base64ToText()
The codecs:base64ToText() function decodes any Base64 encoded string in ASCII (text) format.
Sample XSLT
<xsl:variable name="sbResponse">
<xsl:copy-of select="codecs:base64ToText($httpResponse/h:body)"/>
</xsl:variable>
Copyright © Cloud Software Group, Inc. All rights reserved.