[Mono-dev] Processing XML atomic values in XML Schema

Tobias Kiertscher dev at mastersign.de
Tue May 21 11:52:10 UTC 2013


Hi,

I tried to run code with XML schema based validation on mono 2.10.8 and
3.0.10 that works fine on mono 2.6.7. But the processing of atomic
datatypes like (unsignedInt, duration, gYear, hexBinary, anyURI, ...)
seems to be broken after 2.6.7. And the datatype gMonth seems to be
buggy in all versions.

The code to verify the behavior is:
http://github.com/mastersign/mono-xml-schema-bug/blob/master/Program.cs

The output for mono 2.6.7, 2.10.8, 3.0.10 and MS .NET 3.5 is:
http://github.com/mastersign/mono-xml-schema-bug/blob/master/results.txt

Please give me feedback if you can verify the bug. In my opinion this
issue renders the XML schema support unusable for now.

Best regards,
Tobias Kiertscher <dev at mastersign.de>


More information about the Mono-devel-list mailing list