This method starts the transformation of the input XML document.
The method returns an XML document which is a result of the transformation.
Parameters
Parameter | Type | Description |
---|---|---|
Data | Context Store Reference | Input data for the transformation. This data will be used as the XSLT transformation source. You can use XPath to limit the data. |
Parameters | Context Store Reference, Data Constant Reference, System Function Call | In case XSLT stylesheet requires some parameters, this is the place to bind them. The parameter name has to be the same as the one defined as You can pass also a complete context to the transformation so you can use other than the one specified using the
|
XslScript | Transformation Reference | Reference to a XSLT transformation script. |