Functions -
xslt
transform | Transforms the single-rooted XML content to another XML/HTML/plain text using XSL transformations. |
Transforms the single-rooted XML content to another XML/HTML/plain text using XSL transformations.
Parameters
- input xml
-
An XML object, which needs to be transformed.
- xsl xml
-
The XSL style sheet represented in an XML object.
-
Return Type
(xml | error) The transformed result represented in an XML object or the
error
in case of an error.