XSLT Transformer Step
This step allows you to apply an XSLT (eXtensible Stylesheet Language Transformations) stylesheet to a given XML document. This may be msg/tmp (the internal XML representation of your message data), or some other variable containing an XML string. The result of the transformation will be stored in the channel map.
Item Name | Description |
---|---|
Source XML String | The XML string to transform. |
Result | The key to use when storing the result into the channel map. |
Transformer Factory | Select default to use the Java platform default TransformerFactory implementation class. Select custom to provide a custom TransformerFactory implementation class. |
XSLT Template | The XSLT stylesheet to use to transform the source XML string. |