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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
