Neolane - JavaScript API - v6.1.0

Unknown
escapeXmlStr
Converts a character string to XML format.
escapeXmlStr ( value )
Parameters
value
The text string to convert.
Return value
The character string after conversion.
Remarks
The function transforms the &, <, > and \" characters to the corresponding escape sequences:
  • & &amp;
  • < &lt;
  • > &gt;
  • " &quot;
Features
Available in:
  • Content management
  • Delivery properties
  • Delivery message
  • Typology rule
  • Import
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow

Table of contents

previous page start next page