* 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:
parent
1a1aa58249
commit
6629f3d780
3 changed files with 63 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue