Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4, 2.0.6
-
None
Description
Despite it has an iterator() method, GPathResult is not Iterable.
For this reason constructs like e.g.
xml.theElement.collectEntries{ /* */ }
don't work.