objective-c iphone XML parsing one element
- by Marko
I know that when parsing XML with objective-c most of the time you use NSXMLParser.
But what if you only need to read one element. Using NSXMLParser sounds like an overload to me.
The issue is that flickr API doesn't use JSON as response when uploading an image. So my response now is:
4638598522
I only need to know the photoid and I like to know what the best solution will be for this.