* XPathAtomicValue.cs, XPathNavigator.cs : Eliminate MS.Internal.Xml.*. svn path=/trunk/mcs/; revision=32704
@@ -1,3 +1,7 @@
+2004-08-23 Atsushi Enomoto <[email protected]>
+
+ * XPathAtomicValue.cs, XPathNavigator.cs : Eliminate MS.Internal.Xml.*.
2004-08-03 Atsushi Enomoto <[email protected]>
* XPathEditableNavigator.cs : implemented some editor support methods.
@@ -33,7 +33,6 @@
using System.Collections;
using System.Xml;
using System.Xml.Schema;
-using MS.Internal.Xml;
namespace System.Xml.XPath
{
@@ -36,9 +36,6 @@ using System.IO;
using Mono.Xml.XPath;
-#if NET_2_0
-#endif
#if NET_2_0
using NSResolver = System.Xml.IXmlNamespaceResolver;