[Mono-bugs] [Bug 82099][Nor] New - Whitespace not rejected if there's no content model

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 14 02:47:59 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82099	2007-07-14 02:47:59.000000000 -0400
+++ shadow/82099.tmp.9807	2007-07-14 02:47:59.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 82099
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Whitespace not rejected if there's no content model
+
+Mono currently does not report a validation error when an element contains 
+whitespace even though it does not have a content model.
+
+To reproduce, compile and run the attached code snippet.
+
+Expected result:
+
+The following output is written to the console and the exit code is 0:
+The element cannot contain white space. Content model is empty.
+
+Actual result:
+
+No console output. Exit code is 1.


More information about the mono-bugs mailing list