Process XSLT (Text Processing)
Synopsis
Converts an XML document using an XSLT stylesheet.Description
This operator applies an XSLT stylesheet on a given XML document and returns the converted version of the input XML document.
Input
- document
The document port.
- xslt document
The xslt document port.
Output
- document
The converted document port.