functions
Transforms the single-rooted XML content to another XML/HTML/plain text using XSL transformations.
function transform(xml input, xml xsl) returns xml | error
1xml|error target = xslt:transform(sourceXml, xsl);
An XML object, which needs to be transformed
The XSL style sheet represented in an XML object
The transformed result represented in an XML object or else an error if the given XML object cannot be transformed
error
XML