i got a url like this one http://somedomain.com/frieventexport.php and the content of this url is a plain XML structure if I check out the source-code of the site:<
http://somedomain.com/frieventexport.php
Try this :
$livescore_data = new SimpleXMLElement($file);