$ESCAPEXML
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$ESCAPEXML
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
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
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5