Actions
Bug #1724
closedBase URI of result tree should be the base output URI
Start date:
2013-03-22
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
When XSLT transformation output produces a result tree that is delivered as a tree, the base URI of the document node should be the base output URI. The spec doesn't say this literally, but it's a reasonable thing to expect, so that relative URIs within the content of the result tree can be properly resolved.
Updated by Michael Kay almost 12 years ago
A patch has been committed; the effect is that when a base output URI has been set on an XsltTransformer, and no base URI has been set on the XdmDestination to which the result is set, the base URI of the XdmDestination is implicitly set to the base output URI of the XsltTransformer.
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.4.0.8
Bug now closed. Successfully applied to the Saxon 9.4.0.8 maintenance release.
Please register to edit this issue
Actions