"XSL Transform" transforms XML documents downloaded from a source using a specific XSL stylesheet.
Input Parameters
Notes
This built-in script must be run per-file (not once-after-all-files). This built-in script may not be run as the first step of a task.
Example #1
Xavier wants to automate the XSL transformation of several XML files. In this instance, he wants to transform incoming XML files using an XSL template called "example.xsl". This XSL template is located in the "d:\projects\templates" folder on MOVEit Central.
To integrate this application with MOVEit Central, Xavier should...
If Xavier decides to use MOVEit Central to perform other XSL transformations, he should consider setting "XSLTransform_XSLPath" as a global parameter so he would not need to set it on every task he sets up.