DataSet.cs (ReadXml) : Fix bugs. Read correctly the xml file with XmlReadMode of...
authorEran Domb <eran@mono-cvs.ximian.com>
Thu, 8 Jan 2004 12:22:51 +0000 (12:22 -0000)
committerEran Domb <eran@mono-cvs.ximian.com>
Thu, 8 Jan 2004 12:22:51 +0000 (12:22 -0000)
commit02d5fa16e6101d44e54460249a915ded5b995663
tree4f7c24939731320863d76934d55bcd8fe7f46a42
parent68126e4248b23ca30087ddb1e0b439514f474570
DataSet.cs (ReadXml) : Fix bugs. Read correctly the xml file with XmlReadMode of DiffGram, InferSchema, ReadSchema and IgnoreSchema.
XmlDataLoader.cs : All modes use the same logic.
XmlDiffLoader.cs : Adding BuildXmlDocument method to the class.

svn path=/trunk/mcs/; revision=21848
mcs/class/System.Data/System.Data/DataSet.cs
mcs/class/System.Data/System.Data/XmlDataLoader.cs
mcs/class/System.Data/System.Data/XmlDiffLoader.cs