For this tutorial were going to discus XML Parsing. I’m not totally fond of the xml functionality’s in objective c. I use XML all the time in actionscript because its so easy and powerfull with E4X. Although there are some open source initiatives for xml parsing. I find it hard to implement them into my projects so I keep it with the standard XML class provided by the cocoa touch framework. So we NSXMLParser, and.. oh wait that’s the only one. NSXMLDocument, NSXMLElement, .. won’t work on the iphone, I didn’t test it but what I have read on the forums about it will work in the iphone simulator but not on the iphone itself.
Andy Jacobs » AS3 to Cocoa touch: XML