Peter created CAMEL-12685:
-----------------------------
Summary: relative references for nested xslt inclusions don't get
resolved
Key: CAMEL-12685
URL: https://issues.apache.org/jira/browse/CAMEL-12685
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 2.22.0
Reporter: Peter
If an XSLT A includes XSLT B which includes XSLT C using relative references,
XSLT C is resolved relative to A instead of B.
The attached PR provides a unit test and fix for the described scenario. It
changes the behavior to the expected one, i.e. resolve relative references
based on the location of the direct parent XSLT.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)