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.
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.