Estou lendo um xml em php usando simplexml_load_file
. No entanto, ao tentar carregar o xml, ele exibe uma lista de avisos
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
Como retifico para remover esses avisos?
(XML é gerado a partir de url http://..../index.php/site/projects
e carregado em uma variável no test.php. Não tenho privilégios de gravação para index.php)
@
antessimplexml_load_file
ou adicionando um sinalizador, consulte a página de manual desimplexml_load_file
para mais informações e exclua sua pergunta, é uma duplicata.