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.
Please register to edit this issue
Actions