[Mono-bugs] [Bug 49607][Wis] New - XmlTextWriter inconsistent output
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 11:43:42 -0400 (EDT)
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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=49607
--- shadow/49607 2003-10-13 11:43:42.000000000 -0400
+++ shadow/49607.tmp.2975 2003-10-13 11:43:42.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 49607
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlTextWriter inconsistent output
+
+run the following testcase, ms.net outputs:
+
+<?xml version="1.0" encoding="utf-8"?><test:element
+xmlns:test="urn:test">Test</test:element>
+
+and mono outputs:
+
+<test:element xmlns:test="urn:test">Test</test:element>