https://bugzilla.novell.com/show_bug.cgi?id=396514


           Summary: Schema validation strange behaviour.
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: i686
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.XML
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


I have a schema and a sample xml that is valid according to xsd. When I load
xml as XmlDocument then create validating reader and perform
while(reader.Read()). The behavior is as expected and procedure doesn't throw
any exceptions. However if I pass this reader to XDocument constructor .NET
creates appropriate object of this class but suddenly mono throws error saying
that the document couldn't be validated.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to