Actions
Feature #6109
open

Give SaxonC XPath API a counterpart to SaxonJ setUnprefixedElementMatchingPolicy
Start date:
2023-07-02
Due date:
% Done:
0%
Estimated time:
Found in version:
12.2
Fixed in version:
Platforms:
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 3 months 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.
Please register to edit this issue
Actions