* Added new function xml_child_index_each() to iterate over the children of an XML node according to the order defined by an explicit index variable.

This commit is contained in:
Olof hagsand 2020-05-20 15:21:59 +02:00
parent 1a1aa58249
commit 6629f3d780
3 changed files with 63 additions and 2 deletions

View file

@ -25,6 +25,10 @@
## 4.6.0
Expected: July 2020
### Minor changes
* Added new function `xml_child_index_each()` to iterate over the children of an XML node according to the order defined by an explicit index variable. This is a complement to `xml_child_each()` which iterates using the default order.
## 4.5.0
12 May 2020