Skip to main content
Version: 25.2

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&amp;Jill
  • Related: XMLContentDecode