Reading xml using xmldocument with multiplechilds

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am reading a xml document. I am using the xmldocument to read it.
I have too many childs into child like this
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<Section ..<br/>
<br/>
<br/>
<br/>
Im am using a for each node in nodelist expression but the problem is to read all the childs i have twenty for each functions
How can i read all the sectiond chils and check if exist and read it with the smallest code as posible.
thanks

saul


View the full article
 
Back
Top