[Mono-devel-list] Re: test not-wf-sa-030
Atsushi Eno
atsushi at ximian.com
Thu Jun 16 23:00:00 EDT 2005
Mmm, yeah that is reproducible. So there seems different
combination of flags on character checking. Lemme check them.
Atsushi Eno
Andrew Skiba wrote:
> Atsushi Eno wrote:
>> Hi,
>>
>> Note that XmlTextReader does not check validity of characters
>> by default. It is not checked unless Normalization property is
>> set to true. You will see what happens to the results if you set
>> Normalization = true in your xmlconf.cs.
>
> Should code like the following throw an XmlException?
>
> new XmlTextReader("\x0C", XmlNodeType.Element, null).Read();
>
> MS.NET throws, Mono does not. What says the standard?
>
> Regards,
> Andrew.
>
>
More information about the Mono-devel-list
mailing list