try this,
if you need more entities to be included,
just refer to
`http://www.w3.org/2003/entities/iso8879/isolat1.ent' or find out its
charcode by yourself.

<?xml version="1.0"?>
<!DOCTYPE html [
 <!ENTITY egrave "&#x00e8;">
 <!ENTITY icirc "&#x00ee;">
]>
<item_name>farm lettuces with reed avocado, cr&egrave;me
 fra&icirc;che, radish and cilantro</item_name>


On 10/13/05, jonathan <[EMAIL PROTECTED]> wrote:
> I'm now getting this error:
>
> XML Parsing Error: undefined entity
>
> with the following entity at the first ampersand:
> <item_name>farm lettuces with reed avocado, cr&egrave;me
> fra&icirc;che, radish and cilantro</item_name>
>
> Why is an ampersand considered an undefined entity? The xml version
> is: <?xml version="1.0"?>
>
> Any thoughts please?
>
> -jonathan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
all born, to be dying

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

Reply via email to