XML for a list of items
Hi all,
I got my Mac a few days ago, I started using Xcode 2 days ago. I have learnt Visual Basic for a year or so but I don't know objective-c much... so I need help.
Let me explain my app: I have collection of items, countries say.
I want these to be pulled from an XML file online (countries.xml), and shown in a data list thing (like the iPhones contacts). Then, when the user clicks this I want it to slide across to a page with a few preset items (like population, size, gdp, etc). I want this content to be pulled from the xml file (country1.xml, then country2.xml, etc.)
What is the best way to implement this? Can anyone recommend some good XML parsing tutorials like videos? Any good apple pages?
Thanks so much for your help getting help!
Sam
|