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
Please register to edit this issue
Actions