Tengo este script y me tira el mismo error:
$ruta_PartNumber = "http://xxx:
[email protected]/xml_s3/xml_server3.cgi?prod_id=".trim(strtolower($PartNum ber)).";vendor=".trim(strtolower($Marca)).";lang=E S;output=metaxml";
var_dump($ruta_PartNumber);
# BUSCAR IMG DEL XML DEL PROVEEDOR
# ************************************************** *********************
$sxe = simplexml_load_string($ruta_PartNumber);
foreach ($sxe->{'files.index'}->file->attributes() as $c => $v)
{
echo "$c => $v <br />";
}