On 13 Nov 2001 15:12:39 -0700, Jason E. Stewart wrote:

>Irritatingly, the documentation for SAX2XMLReaderImpl is *different*
>than that for SAX2XMLReader.

BTW, another minor quirk I found is that

        static const XMLCh SAX_CORE_NAMESPACES_PREFIXES[];

is mis-spelled (should be SAX_CORE_NAMESPACE_PREFIXES).

Maybe we should introduce a

     static const XMLCh* SAX_CORE_NAMESPACE_PREFIXES;

alias that is initialized to SAX_CORE_NAMESPACES_PREFIXES (or even
better, rename the XmlCh[] array, and provide an alias for the old
name).


Ciao, J�rgen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to