EDN Admin
Well-known member
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
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