3
Views
4
Comments
[Wish]_Itterating through an XML node list.
Question
Currently the For Each tools supports only itteration through a RecordList.

I would like to itterate through the XmlNodeList with the For Each tool as well.

The XmlNodeList is the output parameter of the Action 'XmlElement_SelectNodes', which can be found in the XML extension.
Greetings,
Eric van Raaij
2015-05-08 08-44-18
Hans Bruins
Votes = 2

The way I solve this is to use the ChildCount and then create a loop with it.
It works but using a for each component for this would be much more handy.
UserImage.jpg
Hans de Vries
Votes +1

I also count the nodelist, and created a while-loop (with an IF block and a counter) to iterate over all nodelist items
2020-10-27 19-54-13
Rogério Braudes
I´m using the XmlNodeList_Count Action but it always return zero. Can anyone help me?
2020-10-27 19-54-13
Rogério Braudes
It works know. My problem was something else.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.