EXPAT Problem with external entity

"benoit bomeli" <[email protected]> Wed, 20 Feb 2008 18:16:00 +0100
Newsgroups gmane.text.xml.expat.general
Message-ID <000601c873e4$44b17f40$ce147dc0$@com>
Hi

 

Thanks for you answer but I would like replace "&TOOLTIP_CHANGE_COLOR;"  by
Change color  (<TOOLTIP_CHANGE_COLOR>Change color</TOOLTIP_CHANGE_COLOR>
entity extern)

 

Regards

 

 

De : benoit bomeli [mailto:[email protected]] 
Envoyé : mercredi 20 février 2008 18:15
À : '[email protected]'
Objet : EXPAT Problem with external entity

 

Hi

 

Thanks for you answer but I would like replace "&TOOLTIP_CHANGE_COLOR;"  by
Change color  (<TOOLTIP_CHANGE_COLOR>Change color</TOOLTIP_CHANGE_COLOR>
entity extern)

 

Regards

 

 

 

>Hi

 

>I know &amp but i want replace reference"&TOOLTIP_CHANGE_COLOR;"  by Change
color (<TOOLTIP_CHANGE_COLOR>Change color</TOOLTIP_CHANGE_COLOR>)

 

>thanks

>-----Message d'origine-----

>De : Nick MacDonald [mailto:[email protected]] Envoyé : mercredi 20
février 2008 17:35 À : [email protected] Cc : benoit bomeli Objet :
>Re: [Expat-discuss] EXPAT Problem with external entity

 

>I believe your usage of "&" in XML makes your XML file not well formed.  &
is reserved for introducing special sequences.  You need to escape it, >so
try replacing the "&" with &amp; and see if works the way you expect...

 

 

On Feb 19, 2008 10:47 AM, benoit bomeli < <mailto:[email protected]>
[email protected]> wrote:

> but when expat see "&TOOLTIP_CHANGE_COLOR;"  , XML_GetErrorCode(prs)  

> return XML_ERROR_UNDEFINED_ENTITY

 

> I don't understand can you explain me please?