"Jean-Francois Farley" <[EMAIL PROTECTED]> writes:
> this is an error I receive from a non-validating
> parser:
>
> "unparsed entitty references, 'unpent', not valid
> here"
>
> I believe it's "entity" and not "entitty"...
>
> very little mistake, a little bit annoying...
Huh, when I look for this, all I find is:
~/work/xml-xerces/c/src $ find . -type f -exec grep -l entitty {} \;
./parsers/DOMParser.hpp
./parsers/IDOMParser.hpp
~/work/xml-xerces/c/src $ grep -n entitty ./parsers/*
./parsers/DOMParser.hpp:87: * also allows the applications to install an error and an
entitty
./parsers/IDOMParser.hpp:89: * also allows the applications to install an error and
an entitty
I don't find it in any of the code, nor when I check any of the
samples (although I haven't updated my code in a while).
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]