[Mono-bugs] [Bug 53227][Nor] Changed - XmlNode.WriteTo should not inherit writer namespace

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 23:37:41 -0500 (EST)


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@ximian.com.

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

--- shadow/53227	2004-01-22 14:41:43.000000000 -0500
+++ shadow/53227.tmp.21685	2004-01-22 23:37:41.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 53227
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.XML
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: atsushi@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: XmlNode.WriteTo should not inherit writer namespace
@@ -40,6 +40,12 @@
 
 Actual Results:
 <docelem xmlns="a-namespace"><hola /></docelem>
 
 Expected Results:
 <docelem xmlns="a-namespace"><hola xmlns="" /></docelem>
+
+------- Additional Comments From atsushi@ximian.com  2004-01-22 23:37 -------
+Fixed in CVS. However, it causes another problem.
+http://lists.ximian.com/archives/public/mono-list/2004-
+January/017871.html
+So the detailed behavior will be modified.