XMLContentEncode
-
function
-
new in 1.53
-
Use this function to convert text into a safe format for including in the content of an XML document by replacing any occurrences of the characters "<" , ">", "&", and single and double quotes with their respective XML entity values.
-
Examples: +
put xmlContentEncode of "Jack&Jill" —> Jack&Jill
-
Related: XMLContentDecode