Monday, February 27, 2012

Exception reading xml on php page by http request on


I have a problem when i read xml file from php page



and it include the same data in another link



get exception in this link enter link description here



code in this link enter link description here

1 comment:

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

    ReplyDelete