Looking at the PHP XML Parsing information on:

http://us2.php.net/manual/en/ref.xml.php#xml.encoding

There is no documented information for the error message:

[FONT=Courier New]XML_ERR_NAME_REQUIRED[/FONT]

This seems to only happen when there is a '&' character in my XML file. I have googled on this topic without much luck.

Has anyone else dealt with a similar situation?

Thanks!

    I dont believe the "&" character is a valid character in XML, without using CDATA tags.

      Your correct. 😉

      That actually turned out to be the problem.

      Thanks,

      --Todd

        Write a Reply...