1c9fae93b30c646fa90b5bc12f1ff863f6b620f1
[mono.git] / mcs / class / System.XML / Mono.Xml.XPath / ChangeLog
1 2003-08-25 Ben Maurer  <bmaurer@users.sourceforge.net>
2
3         * DTMXPathNavigator.cs: Allocate valueBuilder on first use.
4
5 2003-08-14  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
6
7         * DTMXPathDocument.cs,
8           DTMXPathDocumentBuilder.cs,
9           DTMXPathNavigator.cs :
10           - Implemented ID support using XmlValidatingReader.
11           - Prefix should be String.Empty even if XmlReader.Prefix is null.
12
13 2003-07-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
14
15         * DTMXPathDocumentBuilder.cs :
16           Fixed Read() that sets nodes' parent incorrectly.
17
18 2003-07-17  Peter Williams  <peter@newton.cx>
19
20         * DTMXPathDocumentBuilder.cs: csc.exe is more stringent about namespaces
21         than mcs. We need to disambiguate System.Math from Mono.Math here.
22
23 2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
24
25         * Initial checkin.
26         * Added ChangeLog, DTMXPathDocument.cs, DTMXPathDocumentBuilder.cs
27           and DTMXPathNavigator.cs.
28