Performs a XSL-Transformation on a node. The command belongs to the group "XSLT".
| Parameter Name | Description | Type |
|---|---|---|
| InputFileName | The path and filename of the file to transform. | valueexpression |
| InputNodeRef | The name of the reference to the node to transform. | nodeReference |
| NewDocRef | The name of the reference under which the transformed result will be accessible. | saveDocumentReference |
| OutputFileName | The path and filename of the file containing the transformed result. | valueexpression |
| StylesheetFileName | The path and filename of the stylesheet to be used. | valueexpression |
<XslTransform InputFileName="changeMe.xml" OutputFileName="changed.xsl" StylesheetFileName="http://www.w3.org/TR/WD-xsl"/>