XSLT path settings - 7.3

Talend ESB Infrastructure Services Configuration Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-12-26

The path attribute can also be specified through the context properties:

"org.talend.esb.transformation.xslt-path"

If the context properties are specified, they overwrite the corresponding policy attributes.

The path attribute can contain:

  • HTTP URL's (for example: http://example.org/xsl/requestTransformation.xsl),

  • Path to an XSL file, relative to the Talend Runtime Container(for example: etc/requestTransformation.xsl ) or an absolute path,

  • Classpath path to the XSL file.