iPhone SDK XML Parsing
May 17 2008

While doing some iPhone hacking tonight, I had to write some code to parse some XML documents, and noticed that neither NSXMLDocument or NSXMLParser were available in my local iPhone documentation set.

I eventually discovered that the iPhone SDK does include support for event-based XML parsing via NSXMLParser, but not DOM-based parsing. This makes sense, but I’m still not sure why NSXMLParser is missing from my documentation.

SeismicXML XML Parsing Example
Event-Driven XML Programming Guide for Cocoa
NSXMLParser Class Reference