I am at a loss on how to parse xml, I understand the basics of a standard feed, however I have ran across one that I cannot for the life me figure out how to parse.
any input would be greatly appreciated.
thanks
this is the format and actually this is the entire contents of the xml (ids have been changed)
-------------------------------------Begin XML-----------------------------------------------------
- <XML>
<view id="value1" value="799" />
<view id="id2" value="48336" />
<view id="id3" value="6224" />
<view id="id4" value="8229" />
<view id="id5" value="7123321" />
<view id="id6" value="926" />
<view id="thisis7" value="220" />
<view id="number8" value="22112" />
<view id="lookingat9" value="3324" />
<view id="findnumber10" value="33223" />
<view id="number11" value="4784" />
</XML>
------------------------------------End XML -------------------------------------------------------
could someone please provide me a simple solution to parse this type of xml layout?
it would be greatly appreciated would be even better to explain how it works but then again.
thanks for any help