From Good-Tutorials: PHP –Using SimpleXML To Read & Parse XML:
In this tutorial I will teach you how to use SimpleXML to read & parse XML feeds. Before PHP5 reading XML was a mess, this all changes with SimpleXML. You will learn how to parse a standard XML RSS Feed and display it and many other functions.