Actions
Bug #6099
closedImport xslt package currently not available
Start date:
2023-06-27
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
12.2
Fixed in version:
12.4
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
The importing of XSLT library packages is currently not available in SaxonC. This relates to xsl:use-package declaration via the API.
Updated by O'Neil Delpratt over 1 year ago
- Status changed from New to Resolved
This feature has been implemented across all the APIs (i.e. C++, Python and PHP) and available for the next maintenance release.
For C++ and similarly for the other languages to use this feature users will have to save the supporting package to disk as an sef
file then load it via the importPackage
method on the Xslt30Processor class before they compile a principal stylesheet or package.
Updated by O'Neil Delpratt about 1 year ago
- Status changed from Resolved to Closed
- Fixed in version set to 12.4
Bug fix applied in the SaxonC 12.4 Maintenance release
Please register to edit this issue
Actions