This action performs an XSL Transform using the Microsoft XML parser.
Specify an XML file or document to read from.
Specify the XSLT to use for the transform, and the output file to write to.
The XSLT Parameters allows you to provide dynamic values (such as build numbers etc) to your stylesheet. These can be used to alter the output of the transform.
Allows you to set some options to be used when the parser loads the XML. See the XML Parser Options topic for details.