Hi, Thanks again for the simple repro. I fixed the issue with your repro code in svn (r69383). It turned out that the issue was rather in XmlReader.Create(), not the validator.
Atsushi Eno Loren Bandiera wrote: >> Hmm, ok, I will dig into that half of megabytes of schemas when I have >> enough time to feel like doing that. > > Okay, I've got a much simpler test: > http://dev.mmgsecurity.com/downloads/testing/simple-test.zip > > The document should be invalid. > > When I run it under Windows/MS.NET: > > C:\testing>main Product.xml > Here in OnValidationEvent > The 'ProductIDAAA2' attribute is not declared. > Here in OnValidationEvent > The required attribute 'ProductID' is missing. > Document is invalid > > When I run it under Linux/Mono: > > $ ./main.exe Product.xml > Document is valid > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
