Actions
Bug #2461
closedXslt30Transformer: getting raw template results
Start date:
2015-09-29
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
On the Xslt30Transformer class, the methods
applyTemplates(Source) -> XdmValue
applyTemplates(XdmValue) -> XdmValue
callTemplate(QName) -> XdmValue
should return the "raw" result of the initial template, without it being wrapped in a document node. This is not working; wrapping in a document node is always attempted.
A patch is being committed for the 9.6 branch (class Controller). New JUnit tests have been added to TestXslt30Transformer.
Updated by O'Neil Delpratt about 9 years ago
Created equivalent .Net NUnit tests
Updated by Michael Kay almost 9 years ago
- Status changed from New to Resolved
It seems this should have been marked as resolved.
Updated by O'Neil Delpratt almost 9 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.8
Bug fix applied in the Saxon 9.6.0.8 maintenance release
Updated by O'Neil Delpratt almost 9 years ago
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.8 added
Please register to edit this issue
Actions