Nick W
Oct 21st 2004, 1:14 pm
Hi all,
I have an xml file like this:
<container>
<item>
<val1>Some val</val1>
<val2></val2>
<val3>some other val</val3>
<val4>And yet another</val4>
</item>
</container>
There are hundreds of items.
What is the simplest functions to use to parse this so that i can get the values of <val1> and <val4>
Im happy to go read the manual but i hoped someone might point me in the right direction to get me started?
thanks...
Nick
I have an xml file like this:
<container>
<item>
<val1>Some val</val1>
<val2></val2>
<val3>some other val</val3>
<val4>And yet another</val4>
</item>
</container>
There are hundreds of items.
What is the simplest functions to use to parse this so that i can get the values of <val1> and <val4>
Im happy to go read the manual but i hoped someone might point me in the right direction to get me started?
thanks...
Nick