Feature #6109
closedGive SaxonC XPath API a counterpart to SaxonJ setUnprefixedElementMatchingPolicy
100%
Description
For many use cases these days (e.g. HTML5) it is convenient to use the options SaxonJ allows with https://www.saxonica.com/html/documentation12/javadoc/net/sf/saxon/s9api/XPathCompiler.html#setUnprefixedElementMatchingPolicy(net.sf.saxon.s9api.UnprefixedElementMatchingPolicy).
It would be nice to have a counterpart for this in the SaxonC Python API (probably C++ as the underlying API as well).
Updated by O'Neil Delpratt over 1 year ago
- Status changed from New to In Progress
- Assignee set to O'Neil Delpratt
- Found in version set to 12.2
Yes the setUnprefixedElementMatchingPolicy
method is handy. I have started working on this but it did not make it in the 12.3 release.
Updated by O'Neil Delpratt about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Sorry this slipped my attention. I have now implemented this method across all SaxonC languages (i.e. C++, Python and on PHP).
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