escapeXmlStr

Converts a character string to XML format.


            escapeXmlStr
      (value)
         

Parameters

value

Character 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