Actions
Bug #4360
closedisSchemaAware method in the SaxonProcessor is missing an implementation
Start date:
2019-10-25
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.0
Fixed in version:
1.2.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Reported by user here: saxon-node bug issue
isSchemaAware doesn't have an implementation and the windows build crashes.
Updated by O'Neil Delpratt about 5 years ago
- Status changed from New to Resolved
I have added the implementation for this method in the C++, PHP and Python APIs.
In the C++ API I had to rename the isSchemaAware
method to isSchemaAwareProcessor
due to some ambiguities with the method name when called in cython.
Bug fixed and available in the next maintenance release.
Updated by O'Neil Delpratt about 5 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 1.2.1
Bug fix applied in the Saxon/C maintenance release 1.2.1
Please register to edit this issue
Actions