Je lis un xml en php en utilisant simplexml_load_file
. Cependant, en essayant de charger le xml, il affiche une liste d'avertissements
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
Comment rectifier pour supprimer ces avertissements?
(XML est généré à partir de l'url http://..../index.php/site/projects
et chargé dans une variable dans le test.php. Je n'ai pas d'écriture de privilèges dans index.php)
@
devantsimplexml_load_file
ou en ajoutant un drapeau, voir la page de manuel desimplexml_load_file
pour plus d'informations et veuillez supprimer votre question, c'est un doublon.