[Mono-bugs] [Bug 77086][Nor] New - [2.0] XmlTextWriter should not
always create a new prefix at level 0.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 23 13:41:39 EST 2005
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=77086
--- shadow/77086 2005-12-23 13:41:39.000000000 -0500
+++ shadow/77086.tmp.1477 2005-12-23 13:41:39.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 77086
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+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: [2.0] XmlTextWriter should not always create a new prefix at level 0.
+
+In the 2.0 profile, XmlTextWriter should not always create a new prefix
+for attributes with a namespace and no prefix at level 0.
+
+This is perfectly valid for the 1.0 profile though (to match MS.NET 1.x),
+so no change you be made there.
+
+I've added a test case named "AutoCreatePrefixes" (marked NotWorking) to
+XmlTextWriterTests.cs that allows you to reproduce this issue.
More information about the mono-bugs
mailing list