2004-08-02 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 2 Aug 2004 03:26:41 +0000 (03:26 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 2 Aug 2004 03:26:41 +0000 (03:26 -0000)
commit806622d4ea33b3b62d973e37a760cb09a91da193
treec879c91711525bc8118e2f725562efd9c1ab4171
parent337548f3263f6193f8719d7d29ac1c459635216e
2004-08-02  Atsushi Enomoto  <atsushi@ximian.com>

* XPathDocument.cs :
  - For .NET 2.0, added a switch to support new XPathDocument2.
    If switch is off, then it uses DTM.
  - Implemented remaining 2.0 bits (except for Obsolete ones).

To use them in XPathDocument, set environment MONO_XPATH_DOCUMENT_2=yes
(It is still too unstable to pass all nunit tests and standalone XSLT
tests).

svn path=/trunk/mcs/; revision=31724
mcs/class/System.XML/System.Xml.XPath/ChangeLog
mcs/class/System.XML/System.Xml.XPath/XPathDocument.cs