[Mono-bugs] [Bug 68008][Nor] Changed - DataSet.GetObjectDat(), DataSet serialization, fails to render the xmlns="" attribute tag on the <xs:schema> element
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Oct 2004 12:44:33 -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=68008
--- shadow/68008 2004-10-11 19:56:42.000000000 -0400
+++ shadow/68008.tmp.21597 2004-10-12 12:44:33.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 68008
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: Fedora Core 2
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: mono-bugs@ximian.com
ReportedBy: dclough@prconline.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -103,6 +103,9 @@
------- Additional Comments From dclough@prconline.com 2004-10-11 19:56 -------
Created an attachment (id=12424)
Actual output of the provided code (FC2, Mono)
+
+------- Additional Comments From atsushi@ximian.com 2004-10-12 12:44 -------
+You're right. Now xmlns="" is added. Thanks!