ためしに
これやったらどうなる
$xml = simplexml_load_string(
preg_replace('/\s+xmlns=".*?"/usi', '', file_get_contents($url))
);
var_dump($xml);