[Mono-devel-list] Re: test not-wf-sa-030

Andrew Skiba andrews at mainsoft.com
Thu Jun 16 05:14:35 EDT 2005


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