Transform XML
Previous Top Next

Use Transform XML to transform an XML document with a XSLT-stylesheet.

graphic

Input XML Document
Read Variable
If you wish to transform from an in-memory XML document select the variable that holds the XML document object.
File Name
Select the filename of the input XML document to transform if you want to transform it directly from a file.

XSLT Stylesheet
File Name
Specify the path to the XSL template to use in the transformation.

Ouput XML Document
Populate Variable
Specify the name of the variable to populate transformed XML document with.
File Name
Specify the filename to the output transformed XML document.