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=77095 --- shadow/77095 2005-12-26 08:34:30.000000000 -0500 +++ shadow/77095.tmp.21391 2005-12-26 08:34:30.000000000 -0500 @@ -0,0 +1,29 @@ +Bug#: 77095 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: Sys.XML +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [2.0] XmlTextWriter.WriteStartElement should allow prefix with zero-length namespace + +In .NET 2.0, XmlTextWriter.WriteStartElement allows a prefix to be +specified if the namespace is a zero-length string. + +In that case, the prefix will not be output though. + +Note: An ArgumentException should still be thrown if a prefix is +specified and the namespace is null. + +I'll add a test case named "WriteStartElement_Prefix_EmptyNamespace" +(marked NotWorking) to XmlTextWriterTests.cs that allows you to reproduce +this issue. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
