TransformEx
Mon 01 January 2018Syntax
TransformEx(XmlString, XsltString)
Description
Use the TransformEx function to do an XSLT transformation of the specified XML string.
This function also strips off any encoding information located within the XML Declaration.
The input, output, and XSL string must all be well-formed XML. If the output is HTML, it is actually XHTML (which is well-formed XML.)
Note: This function does not work on the OS/390 and z/OS batch servers.
Parameters
Field or Control |
Definition |
---|---|
XmlString |
Specify the XML string that you want transformed. |
XsltString |
Specify the XSLT string you wish to use to transform the XML string. |
Returns
The output of the transformation as a string if successful, NULL otherwise.