views:

264

answers:

1

I try to wrap my head around NSXMLParser and all its delegate methods. Would be great if someone knew a good tutorial on that. I need an overview that describes the concept and how things are done. I know the seismicXML example from apple but it's really hard to grasp.

I also know there are plenty of other frameworks like TouchXML, but I want to understand NSXMLParser. I just want it. I know it's stupid. But I want.

A: 

Introduction to Event-Driven XML Programming Guide for Cocoa from Apple docs is good enough imo.

Vladimir