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.
I've been trying to use [NSXMLDocument objectsForXQuery:@".//
something" error:&myError]; but I can't seem to figure out the right
xquery-string to find the objects.
_______________________________________________
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