Project

Profile

Help

Bug #4411

closed

static base URI property missing from XSLTProcessor for C++/PHP/Python

Added by O'Neil Delpratt over 4 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Category:
C++ API
Start date:
2019-12-17
Due date:
% Done:

100%

Estimated time:
Found in version:
1.2.1
Fixed in version:
11.1
Platforms:

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.

Actions #1

Updated by O'Neil Delpratt over 4 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.

Actions #2

Updated by O'Neil Delpratt about 2 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

Also available in: Atom PDF