XSLT Transformation
Description
Transforms an XML file into another XML file using a XSL-Transformation in the Runtime engine file system.
Parameters
Name | Mandatory | Default | Description |
---|---|---|---|
In File Name |
Yes |
Source XML file path. |
|
Out File Name |
No |
Target (transformed) XML file path. Note that only
one of the |
|
Output directory |
No |
Output directory path to store generated output
files when using scripts splitting files for instance. Note that only
one of the |
|
XSLT File Name |
No |
Name of the XSL-Transform file. |
|
Session Class Loader Name |
No |
Custom session class loader to be used by the action. This offers the ability to use a custom class loader defined previously in the current session through scripting context methods. Using a custom session class loader allows to access the custom Java Classes defined inside, which therefore allow to use them in the XSL Transformation script. |