EncodeXML Function

Description:
Encode the text characters, where necessary, as XML entity references.
Returns:
Text
Parameter:
Parameter
Data Type
Description
1
Text
The text.
Examples:
When using functions inside a field, remember the field brackets:
{EncodeXML(VariableName)}
Expression
Result
EncodeXML("<>")
"<>"
EncodeXML("<")
"&lt;"
EncodeXML(" ' ")
" &apos; "

Related content