XSLT Transformation

Description

The XSLT Transformation enables to transform a given input XML into an output by using an XSL Stylesheet in version 1.0.

Note: If the stylesheet has been designed in XLST version 2 or more, the XSLT3 Transformation action should be used instead

Usage

Configuring XSLT Transformation

An XSLT Transformation can be used to transform XML data from a previous step into the desired output using an XSL Stylesheet. The source XML data must be provided in the Source XML field. This can be a reference to the XML provided in a previous step or the XML data inline.

Additionally, an XSL Stylesheet must be provided in two different ways:

Once the Source XML and XSL Stylesheet Source are defined and the action executed, the output will be inside a property called TransformationOutput as a string value, ready to be used in next steps.

XSLT Transformation output XSLT Transformation reference