Hi everybody,
I have this XML file,,
<users type="array">
<user>
<id>12345567</id>
<name>Ronsna Stedinberg</name>
<screenname>Donnsax</screenname>
<location>New York</location>
</user>
<user>
<id>12345568</id>
<name>Sonsna Dtedinberg</name>
<screenname>Nonnsax</screenname>
<location>Las Angeles</location>
</user>
</users>
and I wonder how can I read all the id's info in the xml?
(the <user> </user> is repeat 50 times, so I have 50 id's.)
Thanks.
Ron,