[Mono-bugs] [Bug 52581][Nor] Changed - System.Data.DataSet.ReadXml and System.Data.DataSet.WriteXml don't properly serialize to XML with inline schema when XmlReadMode.ReadSchema/XmlWriteMode.WriteSchema is specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Mar 2004 07:02:42 -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 lluis@ximian.com.

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

--- shadow/52581	2004-01-03 16:38:48.000000000 -0500
+++ shadow/52581.tmp.5894	2004-03-25 07:02:42.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 52581
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: Fedora 1.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
-Component: System.Data
+Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jmozelesky@netcarrier.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -133,6 +133,9 @@
 How often does this happen? 
 Always.
 
 Additional Information:
 Workaround: Don't inline the schema.  Use System.Data.DataSet.WriteXml(
 fileName ) and System.Data.DataSet.ReadXml( fileName ) instead.
+
+------- Additional Comments From lluis@ximian.com  2004-03-25 07:02 -------
+Fixed in CVS. Thanks!