Skip to main content
Version: 25.2

XMLContentDecode

  • function

  • new in 1.53

  • Use this function to decode a string containing certain encoded XML entity values, such as those generated by the XMLContentEncode() function and return the original text.

  • Examples: +

     put xmlContentDecode of "Jack&Jill" —> Jack&Jill
  • Related: XMLContentEncode