简体   繁体   中英

Exception reading xml on php page by http request on

I have a problem when I read an xml file from a php page and it includes the same data in another link.

The exception is detailed is in this link.

The tutorial I am using is code in this link.

Try adding this to the PHP file before your output is sent.

<?php header("Content-type: text/xml"); ?>

If the problem persists try checking your XML markup using this tool, check xml markup .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM