[Mono-bugs] [Bug 51851][Nor] Changed - MONO Bug loading Hierarchical XML into DataSet
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 23:01:08 -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 davidandrewtaylor@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51851
--- shadow/51851 2004-02-05 19:12:18.000000000 -0500
+++ shadow/51851.tmp.3206 2004-06-01 23:01:08.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 51851
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: RESOLVED
Resolution: INCOMPLETE
Severity: Unknown
@@ -12,12 +12,13 @@
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: MONO Bug loading Hierarchical XML into DataSet
+BugsThisDependsOn: 53959
Description of Problem:
MONO has a problem when loading XML into the DataSet where the elements are
more than 1 node deep.
Note: This is a bug and works perfectly on MS.NET 1.0/1.1
@@ -73,6 +74,10 @@
there appears to be a problem with inferring the schema because when
the data is written back out using WriteXml(output.txt) certain
Attributes are modified and outputted as elements. I have submitted
a new bug report for this new issue as bug: 53959
For now I will mark this bug as Incomplete.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com 2004-06-01 23:01 -------
+I am leaving this as incomplete because bug 53959 has re-surfaced in
+MONO and when 53959 is fixed I will also verify this one.