XSLT Functions for Base64 Encode and Decode

To encode or decode any Base64 fields in an XSLT file, TIBCO API Exchange Gateway provides the following XSLT functions:

  • codecs:base64ToText()
  • codecs:textToBase64()

To use these functions, add the following namespace to the XSL style sheet: xmlns:codecs="http://www.tibco.com/asg/functions/codecs"