views:

25

answers:

0

My problem is that I want to parse an xml file into a hierarchical menu in a series of drilldown tableviews on the iphone. The multiple delegates sample is hard for me to follow as it is a snippet and not a full fleshed out example. Pointers and full-fledged complete samples would be appreciated:

I find that this is going to be hard to do as I've spent the better part of this week trying to figure this out but I can't get it right. Unfortunately I can't paste in the xml correctly.

But basically a menu can have submenus, and submenus can have submenus, etc. Using a SAX parser, this is very hard for me to do.