[Mono-bugs] [Bug 396514] New: Schema validation strange behaviour.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 2 16:11:37 EDT 2008
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: atsushi at ximian.com
ReportedBy: paszczi at go2.pl
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list