[Mono-bugs] [Bug 40238][Wis] Changed - XmlSerializer generates non-well-formed XML

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 15:23:17 -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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/40238	Mon Mar 24 20:47:09 2003
+++ shadow/40238.tmp.28957	Fri May  9 15:23:17 2003
@@ -1,14 +1,14 @@
 Bug#: 40238
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -101,6 +101,10 @@
 
 
 ------- Additional Comments From duncan@ximian.com  2003-03-24 20:47 -------
 Created an attachment (id=3799)
 MonoXSD output on Linux
 
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-05-09 15:23 -------
+It may be because XmlSerializer.Serialize() hadn't Flush() after 
+serialization. It was fixed before.