Page is a not externally linkable
enigma1 - 9:47 am on Mar 29, 2012 (gmt 0)
For testing you should get rid of the @ in front of the simplexml_load_file so you can see the warnings. And check the return value for the xml object if it's really false or not.
if ($xml === FALSE) {
otherwise you may get false positives.