$ESCAPEXML
The function $escapeXML translates the parameter looking for characters that might disrupt a XML output.
Syntax
$EscapeXML(expression)
Parameters
expression | an expression that evaluates to a string |
Return Value
A character string translated according to XML standards.
Example
OUT $ESCAPEXML(“ab<cd”)
ab<cd
See Also