J
Jeroen Ceuppens
Hi, below an example of a simple xml file
I want to get the name and id info out of each Node, what is the easiest way
to do that?
- <uit_te_voeren>
- <Node id="0">
<Name>File</Name>
<ID>10</ID>
</Node>
- <Node id="1">
<Name>View</Name>
<ID>2</ID>
</Node>
</uit_te_voeren>
Greetz
JC
I want to get the name and id info out of each Node, what is the easiest way
to do that?
- <uit_te_voeren>
- <Node id="0">
<Name>File</Name>
<ID>10</ID>
</Node>
- <Node id="1">
<Name>View</Name>
<ID>2</ID>
</Node>
</uit_te_voeren>
Greetz
JC