The XML file is here. How can I get the source content in this XML file?
PHP already includes XML parsers in the core or as extensions (i recommend SimpleXML).
Try to use it and then ask us if you have any specific problem.