[Mono-bugs] [Bug 60470][Wis] Changed - Exception thrown when infering Xml Schema to DataSet

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 20 Jun 2004 15:06:50 -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 pbaena@uol.com.ar.

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

--- shadow/60470	2004-06-20 14:49:35.000000000 -0400
+++ shadow/60470.tmp.27547	2004-06-20 15:06:50.000000000 -0400
@@ -78,6 +78,11 @@
 I am not sure but have one explaination about the reason why xs:schema
 is still infered as a table. InferXmlSchema() treats the document
 element as a DataTable when it has attributes (other than namespace
 nodes). The mystery is however why those attributes are not infered as
 columns. Anyways it sounds implementation-dependent problem and too
 cosmetic to dig in.
+
+------- Additional Comments From pbaena@uol.com.ar  2004-06-20 15:06 -------
+I was really confused when I found this, and I'm sure plenty others 
+will be. I have found a workaround to this, but you should be aware 
+that newbies in Xml like me will be stuck with this.