Actions
Support #6315
closed<xsl:copy-of copy-namespaces="no" select="./*"/> is not working
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2024-01-11
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
We have been utilizing Saxon-HE jars in our product for XSLT use cases.
Recently, we upgraded the Saxon version used in our products from 9.5.1-8 to 10.8. Following this upgrade, one of our customers encountered an issue, which is documented in [1]. Despite the issue description indicating that it was resolved in maintenance versions 9.9.1.8 and 10.3, we are still observing the issue in version 12.4.
I am providing a sample java project to reproduce the issue. If we change the dependency to 9.5.1-8 dependency, we get the correct output without namespaces. else we get the output with namespaces.
Files
Please register to edit this issue
Actions