XSL Transform
- Last Updated: November 30, 2023
- 1 minute read
- MOVEit Automation
- Version 2023.1
- Version 2023
- Documentation
XSL Transform transforms XML documents downloaded from a source using a specific XSL stylesheet.
Input Parameters
- XSLTransform_XSLPath (Required) - Specifies the path that MOVEit Automation uses to obtain the XSL stylesheet.
- XSLTransform_XSLFile (Required) - Specifies the name of the XSL stylesheet file.
Notes
This built-in script must be run per-file (not once-after-all-files).
This built-in script cannot 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 Automation .
To integrate this application with MOVEit Automation :
- Create a new task with a source, process, destination and schedule.
- Select "XSL Transform" as the process.
- Set process parameters:
- XSLTransform_XSLPath = "d:\projects\templates"
- XSLTransform_XSLFile = "example.xsl"
To use MOVEit Automation to perform other XSL transformations, consider setting "XSLTransform_XSLPath" as a global parameter so that it does not need to be set on every task.