Actions
Bug #4411
closedstatic base URI property missing from XSLTProcessor for C++/PHP/Python
Start date:
2019-12-17
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
11.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Reported in https://saxonica.plan.io/boards/4/topics/7729
The static base URI is missing from the XSLT APIs for C++/PHP and Python. This is required when we compile a stylesheet from string.
The workaround is to use the setcwd method (set_cwd in python) to pass the static base URI before calling the compileFromString method.
Updated by O'Neil Delpratt almost 5 years ago
- Status changed from New to Resolved
The setcwd method currently does not set the static base URI of the stylesheet.
Bug fixed. I have reinstated the code on Java to the cwd on the setSystemID when the stylesheet is supplied as a string.
Available in the next maintenance release.
Updated by O'Neil Delpratt almost 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 11.1
Bug fix patched in SaxonC 11.1 release
Please register to edit this issue
Actions