Hi, ive been doing a lot of googling for a good tutorial on importing xml data in to an iphone app, live, efficiently and most importantly easly.
theres one good tutorial i found here
iPhone SDK : Importing XML data into your iPhone App with PHP
it manages to parse the data and store it in an array but uses a php script to do so and isnt really ideal for what im trying to achieve.
is there a straight forward way to import xml data straight from the source feed?