Actions
Feature #4848
closedPyXdmValue should be iterable
Start date:
2020-12-03
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.2.1
Fixed in version:
11.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Feature request to make the PyXdmValue class object iterable in the Python API.
Test code:
for item in xdmValue:
print(item)
Related issues
Updated by O'Neil Delpratt almost 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
I have made the PyXdmValue class as an Iterable and created a Iterator class for it.
Added some unit tests for this feature.
Available in the next maintenance release.
Updated by O'Neil Delpratt almost 3 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 11.1
Feature available in the SaxonC 11.1 release
Updated by O'Neil Delpratt over 2 years ago
- Related to Bug #5342: PyXdmMap and PyXdmArray should be iterable added
Please register to edit this issue
Actions