Actions
Bug #5602
closedNamespace prefix not taken from context
Start date:
2022-07-13
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
11, trunk
Fix Committed on Branch:
11, trunk
Fixed in Maintenance Release:
Platforms:
Description
It I transform the attached test.xml with test.xsl, using Saxon HE 11.3, the resulting document is something like this:
<test xmlns:ns0="http://www.oxygenxml.com/schematron/validation" ns0:elementURI="base-uri()"/>
If I perform the same transformation with Saxon HE 10.6, the resulting document is something like this:
<test xmlns:oxy="http://www.oxygenxml.com/schematron/validation" oxy:elementURI="base-uri()"/>
It seems that in Saxon 11.3 the namespace declaration from the XSL document is not used anymore for the result.
Files
Please register to edit this issue
Actions