Actions
Feature #6077
closedAxis Iterator required on the XdmNode
Start date:
2023-06-15
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.3
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
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 over 1 year ago
- Status changed from New to In Progress
This feature has been implemented and tested on C++ and Python.
Updated by O'Neil Delpratt over 1 year 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 over 1 year ago
- % Done changed from 0 to 100
- Fixed in version set to 12.3
Bug fix applied in the SaxonC 12.3 maintenance release.
Updated by O'Neil Delpratt over 1 year ago
- Status changed from Resolved to Closed
Please register to edit this issue
Actions