Parsing XML in Objective-C. Retreive a specific value

admix

New Member
I have the following string in XML:\[code\]<Data> <Table> <Id>44</Id> <Name>My Name</Name> <Category>My Category</Category> </Table></Data>\[/code\]This is contained within an NSString. I want the quickest way to get the Category into an NSString. I've looked at using NSXMLParser. And I also looked at XMLReader. I am new to Objective C so looking for suggestions.
 
Back
Top