2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / System.Xml / ChangeLog
1 2004-04-13  Atsushi Enomoto <atsushi@ximian.com>
2
3         * XmlDataDocument.cs:
4           Load() should not read xml multiple time nor expect BaseURI (and it
5           indicates the resource location is readable).
6           Simplified event handling logic, and fixed missing event removal.
7           Quick hack to avoid new XmlDataDocument(DataSet ds).Load ().
8           Enabled CreateNavigator() that was commented out.
9
10 2004-03-18  Atsushi Enomoto <atsushi@ximian.com>
11
12         * XmlDataDocument.cs : Fixed incorrect cast in OnDataTableRowAdded().
13           This fixes bug #54505.
14
15 2003-07-31  Duncan Mak  <duncan@ximian.com>
16
17         * XmlDataDocument.cs (BaseURI):
18         (InnerXml):
19         (IsReadOnly):
20         (this):
21         (LocalName):
22         (Name):
23         (OwnerDocument):
24         (WriteContentTo):
25         (WriteTo): Removed, these do not need to be redefined, as
26         they are inherited from XmlDocument already.
27
28         (CreateElement): simplifed the
29         implementation. XmlDocument.CreateElement can handle String.Empty
30         and null just fine.
31
32 2003-03-12  Alan Tam <Tam@SiuLung.com>
33
34         * XmlDataDocument.cs: Still need to print tag for the DataSet if there
35         is no data at all.
36         
37 2003-01-27  Ville Palo <vi64pa@koti.soon.fi>
38
39         * ChangeLog: Added this file.
40         * XmlDataDocument.cs: Some little fixes.