RE: Error in Building an XML File

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Joe Harman
> 
> I am using PHP to build an XML file, but I keep on getting an XML
> error when open the file in Google Chrome.
>
------------------------------------------------------------------------
---------
> This page contains the following errors:
> 
> error on line 30 at column 318: Entity 'iuml' not defined
> Below is a rendering of the page up to the first error.
>
------------------------------------------------------------------------
--------
> 
> is this something to do with document encoding?

Entity errors are almost always caused by a bare ampersand in a URL. You
need to convert them to &. Since this error occurs, there may also
be other errors in the encoding. You need to read up on URL and HTML
sanitization.

Bob McConnell

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux