2004-04-13 Atsushi Enomoto * XmlDataDocument.cs: Load() should not read xml multiple time nor expect BaseURI (and it indicates the resource location is readable). Simplified event handling logic, and fixed missing event removal. Quick hack to avoid new XmlDataDocument(DataSet ds).Load (). Enabled CreateNavigator() that was commented out. 2004-03-18 Atsushi Enomoto * XmlDataDocument.cs : Fixed incorrect cast in OnDataTableRowAdded(). This fixes bug #54505. 2003-07-31 Duncan Mak * XmlDataDocument.cs (BaseURI): (InnerXml): (IsReadOnly): (this): (LocalName): (Name): (OwnerDocument): (WriteContentTo): (WriteTo): Removed, these do not need to be redefined, as they are inherited from XmlDocument already. (CreateElement): simplifed the implementation. XmlDocument.CreateElement can handle String.Empty and null just fine. 2003-03-12 Alan Tam * XmlDataDocument.cs: Still need to print tag for the DataSet if there is no data at all. 2003-01-27 Ville Palo * ChangeLog: Added this file. * XmlDataDocument.cs: Some little fixes.