Código:
$errorsfile =file_get_contents("http://kunstmaan.airbrake.io/errors.xml?auth_token=5047b6b5e6910cafa77422f04d06ae2097bd05ff");
$xmlerrors = new SimpleXMLElement($errorsfile);
$projectsfile =file_get_contents("http://kunstmaan.airbrake.io/data_api/v1/projects.xml?auth_token=5047b6b5e6910cafa77422f04d06ae2097bd05ff");
$xmlprojects = new SimpleXMLElement($projectsfile);
Este es el código de los dos xml que estoy tratando y que tengo que comparar