Re: EXPAT Problem with external entity
"Nick MacDonald" <[email protected]> Wed, 20 Feb 2008 11:35:03 -0500
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
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 & and see if works the way you expect... On Feb 19, 2008 10:47 AM, benoit bomeli <[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?