XSLT path settings
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.