objective-c iphone XML parsing one element
Posted
by Marko
on Stack Overflow
See other posts from Stack Overflow
or by Marko
Published on 2010-05-25T09:40:36Z
Indexed on
2010/05/25
9:51 UTC
Read the original article
Hit count: 369
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.
© Stack Overflow or respective owner