Actions
Bug #276
closedWrong namesp. with strip-space elements
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-527531
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: bronger
With the appended files minimal.xsl and minimal.xml,
the command "saxon minimal.xml minimal.xsl" produces
(book:
(section: (heading:Hallo!)
(p:(em:Look here) (em:and here)). ) )
but it should produce
(book:(section:(heading:Hallo!)(p:(em:Look here)
(em:and here)).
))
If you remove the namespace from the xsl:stylesheet
element, you get the correct result, however, it
mustn't have any effect.
Files
Please register to edit this issue
Actions