Hello Guillaume,
The newly released SAX 2.0.2 [1] defines a feature: http://xml.org/sax/features/unicode-normalization-checking, which controls whether normalization checking is performed as specified by XML 1.1 [2]. The version of Xerces in CVS recognizes this feature, however setting it to true is not supported yet.
[1] http://sourceforge.net/project/shownotes.php?release_id=234402
[2] http://www.w3.org/TR/2004/REC-xml11-20040204/#sec-normalization-checking
"Guillaume Berche" <[EMAIL PROTECTED]> wrote on 05/26/2004 09:51:39 AM:
> Hello,
>
> The "Character Model for the World Wide Web 1.0" W3C draft specs at
> http://www.w3.org/TR/2003/WD-charmod-20030822/#sec-Normalization advice to
> perform character normalization.
>
> After a brief look at the Xerces documentation, I see there is a feature
> that can be turned on for the Dom parser (the check-character-normalization
> and maybe datatype-normalization)
> See http://xml.apache.org/xerces2-j/dom3.html
>
> I wonder if there is a way to configure Xerces to do the same thing when
> used from the SAX API?
>
> Thanks in advance for your help,
>
> Guillaume.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]
- check-character-normalization for SAX parser? Guillaume Berche
- Re: check-character-normalization for SAX parser... Michael Glavassevich
- RE: check-character-normalization for SAX pa... Guillaume Berche