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.