[Mono-bugs] [Bug 58096][Wis] Changed - XmlSerializer emits xmlns:="..." for empty prefix entry in XmlSerializerNamespaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 09:15:47 -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 lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58096

--- shadow/58096	2004-05-05 18:58:19.000000000 -0400
+++ shadow/58096.tmp.29686	2004-05-07 09:15:47.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58096
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.XML
 AssignedTo: lluis@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,9 @@
 <Test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://ww
 w.w3.org/2001/XMLSchema" xmlns:="urn:foo" />
 How often does this happen? 
 
 (Note that "xmlns:=")
+
+------- Additional Comments From lluis@ximian.com  2004-05-07 09:15 -------
+Fixed in CVS. Actually it was an XmlTextWriter bug :-)