[Mono-bugs] [Bug 77093][Wis] Changed -
XmlTextWriter.WriteEndElement does not output ns decl. if
prefix is "xml"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 5 00:28:51 EST 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77093
--- shadow/77093 2005-12-26 07:35:41.000000000 -0500
+++ shadow/77093.tmp.19672 2006-01-05 00:28:51.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 77093
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Minor
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
+Priority: Wishlist
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -19,6 +19,13 @@
XmlTextWriter.WriteEndElement does not output namespace declaration if
the prefix is "xml".
I'll add a test case named "WriteStartElement_XmlPrefix" (marked
NotWorking) to XmlTextWriterTests.cs that allows you to reproduce this
issue.
+
+------- Additional Comments From atsushi at ximian.com 2006-01-05 00:28 -------
+It rather looks like Microsoft bug (prefix "xml" does not require
+declaration and it should not be overwritten, so the declaration is
+totally extra, though not violating the spec). I don't think there is
+any reason not to report it to Microsoft but to treat it as if our
+implementation were buggy.
More information about the mono-bugs
mailing list