I don't like XML (mainly becuase I don't understand it) but what I need is a script that will loop though all the "feeds" such as http://rss.nzherald.co.nz/rss/xml/nzhrsscid_000000079.xml that provide news stories via a XML link.
I can this first step fine, what i need to do is get all the data from the XML file. So each node's title, link etc etc.
How can i loop though a XML file getting the data from each node?