TransformXML Activity
The TransformXML activity transforms large XML files using the specified XSLT.
General Tab
Input Tab
| Input Item | Datatype | Description |
|---|---|---|
| fileName | String | The path and name of XML file to be transformed.
This field is available only when File Name is selected as the Input XML source. |
| InputStream | ObjectReference | Object reference of the Input Stream mapped from the output of FileToStream activity.
This field is available only when input stream is selected as the Input XML source. |
| outputStream | ObjectReference | The Output stream ObjectReference mapped from the GetFragment activity.
It is available only when Output Stream is selected as the Input XML source on the General tab. |
| stylesheet | String | Full path of stylesheet which is used to transform the XML file.
Note: The stylesheet specified on the Input tab overrides the stylesheet specified on the General tab. |
Output Tab
| Output Item | Datatype | Description |
|---|---|---|
| outputStream | Object Reference | The output string reference of the transformed XML which can be used with the StreamToFile and XMLValidation activities. |
| XML | String |
Available when xml is selected in the Output Source field on the General tab. This item contains the transformed XML string. |
| binaryContent | Binary Content |
Available when binary is selected in the Output Source on the General tab. The transformed XML content in binary format. |
