NextGen Knowledge Center

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 NameDescription
Source XML StringThe XML string to transform.
ResultThe key to use when storing the result into the channel map.
Transformer FactorySelect default to use the Java platform default TransformerFactory implementation class. Select custom to provide a custom TransformerFactory implementation class.
XSLT TemplateThe XSLT stylesheet to use to transform the source XML string.