As a result of an earlier post/answer I got an XML-string into an
NSXMLDocument object. Now I'm trying to search through the xml and
find the elements that I want to use in my code. For example in
this bit of XML here I want to search through the Array and find
every instance to retrieve their name and url. Preferably I would
like to store all the found element stringvalues in an array.
Since your document is a property list, why not load it as a property
list and then do whatever you need to do that way?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden