Actions
Bug #6230
closedfn:transform doesn't use the resource resolver from the XPathContext
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2023-10-24
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
10, 11, 12, trunk
Fix Committed on Branch:
11, 12, trunk
Fixed in Maintenance Release:
Platforms:
Description
If an XPath expression is evaluated, and that expression calls fn:transform
, the implementation of fn:transform
creates a new Xslt30Transformer
to run the transformation.
But that Xslt30Transformer
doesn't inherit the resource resolver from the XPath context on the XPathSelector
used to evaluate the expression. That seems like a bug.
Please register to edit this issue
Actions