I am needing to parse an XML file for my app and I dont have any clue how to do it. I went through one XMLParser tutorial, and it worked fine but the XML file in the tutoria
You might find that my blog post about wrapping NSXMLParser gives you what you need - and possibly a higher level alternative (my wrapper).
For example, using my technique, you'd write methods like:
-(void) handleElement_chartname: (NSDictionary*) attributes;