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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80048 --- shadow/80048 2006-11-25 17:18:50.000000000 -0500 +++ shadow/80048.tmp.7545 2006-11-26 10:49:37.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 80048 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -27,6 +27,20 @@ First column in first row must be empty ------- Additional Comments From [EMAIL PROTECTED] 2006-11-25 17:18 ------- Created an attachment (id=18166) code to reproduce issue + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-26 10:49 ------- +Apparently this is also a case where DataSet.ReadXml in the 2.0 +profile still implements the 1.1 behaviour. + +When an element containing an xml:space attribute is encountered in +the input XML, this is considered to be a new table. This matches +the behavior of .NET 1.1, but not of .NET 2.0. + +I've added a small (very much incomplete) unit test for this to +DataSetReadXmlTest (in System.Data). + +I'll leave it up to toshok to decide whether to move this bug to the +System.Data component too. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
