613-518-1166 info@zimdatabases.com

ZIM Language Reference

$ESCAPEXML

< All Topics

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&lt;cd

See Also

SET OUTPUT FORMAT XMLSIMPLE

SET XML ROWELEMENT

SET XMLHEADER

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents