I would like to look through the elements of a file and when one specific element comes out, output the contents in between the tag.
I tried to follow the example in the
If you click the "Next" link on that page and go onto "Handling XML Elements and Attributes" it will give you an example of how to code the delegates.
Apple provides a Mac example in ImageMap.
There's no difference between NSXMLParser
on Mac and iPhone, so reading an iPhone example shouldn't be a problem.