Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.22.0
-
None
-
Unknown
Description
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.