[Mono-bugs] [Bug 69620][Maj] New - XSD validation fails under mono 1.1

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Nov 2004 14:06:31 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bob@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69620

--- shadow/69620	2004-11-17 14:06:31.000000000 -0500
+++ shadow/69620.tmp.18955	2004-11-17 14:06:31.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 69620
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bob@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSD validation fails under mono 1.1
+
+I have an XML file which I am validating against an XSD schema.  With the
+mono 1.0.x libraries this validation works fine.  With mono 1.1, I gets
+bogus validation errors:
+
+XmlSchema error: Element declaration for test-suite is missing. XML  Line
+2, Position 2.
+XmlSchema error: Invalid start element: :param-list XML  Line 3, Position 4.
+XmlSchema error: Element declaration for param-list is missing. XML  Line
+3, Position 4.
+XmlSchema error: Invalid start element: :param XML  Line 4, Position 6.
+...
+
+AFAICT, there is no merit to there errors, and I am following the defined
+schema.  Mono 1.0.x agrees.
+
+I am attaching a test case which exposes the problem.