Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Eric van Raaij
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
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.
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
Rogério Braudes
I´m using the
XmlNodeList_Count
Action but it always return zero. Can anyone help me?
Rogério Braudes
It works know. My problem was something else.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...