Actions
Bug #5480
closedSaxon (10 on .NET) Adding Extraneous namespaces to each ancestor node, i.e. xmlns=""
Status:
Duplicate
Priority:
High
Assignee:
-
Category:
.NET API
Sprint/Milestone:
-
Start date:
2022-05-10
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
.NET
Description
Hi There - we are using Saxon EE 10.6.0 for .NET framework and having an issue with extraneous namespaces in the result-document output when transforming xml.
We have several XSLTs that transform XML which worked properly with Saxon EE 9.6, but with 10.6 we're getting extraneous href attributes added to each node, i.e. <... xmlns="">. When processed using 9.6, the results look correct. We are using a namespace-aware DOM to load the XML, so the issue is unrlated to that.
If anyone knows of a configuration setting or other change that would prevent those hrefs from appearing in each ancestor node it would be most appreciated.
Attached is an exammple of the xsl we are using.
Files
Related issues
Please register to edit this issue
Actions