Actions
Feature #6077
closed

Axis Iterator required on the XdmNode
Start date:
2023-06-15
Due date:
% Done:
100%
Estimated time:
Found in version:
12.2
Fixed in version:
12.3
Platforms:
Description
Following some work on developing the Python test driver. It is becoming more apparent the usefulness of an AxisIterator method on the XdmNode.
I have started the development work adding this feature.
Updated by O'Neil Delpratt 5 months ago
- Status changed from New to In Progress
This feature has been implemented and tested on C++ and Python.
Updated by O'Neil Delpratt 5 months ago
- Status changed from In Progress to Resolved
For the C++ API we are using enum class (available in C+++11) named EnumXdmAxis.
Also added the axisNodes()
method in the PHP API.
Updated by O'Neil Delpratt 5 months ago
- % Done changed from 0 to 100
- Fixed in version set to 12.3
Bug fix applied in the SaxonC 12.3 maintenance release.
Please register to edit this issue
Actions