Hi,
i have an xml file with a similar structure:
of course there are many <item> objects in the file but my concern is how to get the address value from inside the code? (i know how to get the value inside the tag, but no idea how to get the parameter value).
Is there some other alternative to NSXmlParser? (preferably opensource).
greetings
peter
i have an xml file with a similar structure:
Code:
<item><url address="http://yahoo.com" lenght="7"></url></item>
Is there some other alternative to NSXmlParser? (preferably opensource).
greetings
peter