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=77112 --- shadow/77112 2005-12-28 12:11:25.000000000 -0500 +++ shadow/77112.tmp.4652 2005-12-28 12:11:25.000000000 -0500 @@ -0,0 +1,29 @@ +Bug#: 77112 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.XML +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [PATCH ] XmlAttributes.XmlDefaultValue should be null and XmlIgnore fix + +In the 2.0 profile, XmlAttributes.XmlDefaultValue must be null instead of +DBNull.Value. + +Also, previously we would only ignore custom attributes after we +encountered the XmlIgnore attribute. Meaning, if the XmlIgnore attribute +was not returned first, then any attribute that we found before the +XmlIgnore attribute was still processed. This is ofcourse wrong. + +The attached patch fixes both issues, and adds unit tests. + +Can someone review this patch and let me know whether its ok to commit ? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
