[Expat-discuss] EXPAT Problem with external entity
Nick MacDonald
nickmacd at gmail.com
Wed Feb 20 17:35:03 CET 2008
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 <bbomeli at gmail.com> 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?
More information about the Expat-discuss
mailing list