[Mono-bugs] [Bug 59154][Wis] Changed - XmlTextWriter.WriteRaw("") doesn't prevent xml declaration

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 04:58: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 atsushi@ximian.com.

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

--- shadow/59154	2004-05-27 03:32:02.000000000 -0400
+++ shadow/59154.tmp.24833	2004-05-27 04:58:47.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59154
 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: mono-bugs@ximian.com                            
 ReportedBy: jaak@zd.com.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,9 @@
 declaration isn't output by the serializer. I'm not sure if this is
 documented anywhere, but I tested it Mono/CVS and .NET 1.0.3705, 1.1.4322
 and 2.0.40301 and the results are as described above.
 
 Without this feature I found it difficult to serialize the object into a
 StringWriter without the <?xml?> declaration.
+
+------- Additional Comments From atsushi@ximian.com  2004-05-27 04:58 -------
+Fixed in cvs.