2004-08-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.XPath / ChangeLog
index cb5427ad6bd374c081c791ca49b48117237ec6ea..6351580aa26f4a0ef3ddf08a841029c69bb8bd96 100644 (file)
@@ -1,3 +1,13 @@
+2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XPathNavigator.cs : Implemented ReadSubtree().
+
+2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XPathDocument.cs : for .ctor() and .ctor(XmlNameTable), now it 
+         creates Mono.Xml.XPath.XPathEditableDocument and thus supports
+         IXPathEditable.CreateEditor().
+
 2004-07-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XPathEditableNavigator.cs : Implemented InsertAfter() and