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=78145 --- shadow/78145 2006-04-20 04:15:07.000000000 -0400 +++ shadow/78145.tmp.31976 2006-04-24 06:34:57.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.1 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.XML AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -23,6 +23,13 @@ enable quite some unit tests. ------- Additional Comments From [EMAIL PROTECTED] 2006-04-20 04:15 ------- Created an attachment (id=16795) Fix and unit tests + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-24 06:34 ------- +The patch looks ok. Just one detail: instead of creating a new +container class, I think it would be simpler to use XmlSchemaObject as +container type, and then add a AddToContainer method which checks the +real type of the conainer and adds the item to the collection. Anyway, +feel free to commit. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
