Estoy leyendo un xml en php usando simplexml_load_file
. Sin embargo, al intentar cargar el xml, muestra una lista de advertencias
Warning: simplexml_load_file() [function.simplexml-load-file]: <project orderno="6" campaign_name="International Relief & Development" project in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: http://..../index.php/site/projects/:15: parser error : xmlParseEntityRef: no name in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ional Relief & Development" project_id="313" client_name="International Relief & in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/bluecard1/public_html/test.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: http://..../index.php/site/projects/:15: parser error : xmlParseEntityRef: no name in /home/bluecard1/public_html/test.php on line 3
¿Cómo rectifico para eliminar estas advertencias?
(XML se genera a partir de la url http://..../index.php/site/projects
y se carga en una variable en test.php. No tengo privilegios de escritura en index.php)
@
delantesimplexml_load_file
o agregando una bandera, consulte la página del manual desimplexml_load_file
para obtener más información y elimine su pregunta, es un duplicado.