As I’ve mentioned previously, this blog serves as a kind of social-bookmarker, and exist somewhat in order for me to chronologically log my learning experience with iOS programming. So not everything I post is always a how-to or a tip, but sometimes I will share something which I read that I found useful that people learning as I learn might find useful, not to mention I often reference my own blog to remember stuff.
Anyway, this is a great write up on using GDataXML for reading/creating XML in iOS.
http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml
Tags: cross-post, howto, uikit
Hi Mario, check out wonderxml it is pretty clean package that wraps gdataxml.
RaptureXML is the hot XML processing library right now. It supports blocks and an XPath-like syntax that condenses your XML code from many lines to one. VERY EASY TO WRITE AND READ.
https://github.com/ZaBlanc/RaptureXML#readme