Bläddra i källkod

2004-10-28 Atsushi Enomoto <[email protected]>

	* XmlDocument.cs : XPathEditableDocument looks broken. Just reverted
	  to fix 2.0 corcompare.

svn path=/trunk/mcs/; revision=35375
Atsushi Eno 21 år sedan
förälder
incheckning
65c290bee7

+ 5 - 0
mcs/class/System.XML/System.Xml/ChangeLog

@@ -1,3 +1,8 @@
+2004-10-28  Atsushi Enomoto <[email protected]>
+
+	* XmlDocument.cs : XPathEditableDocument looks broken. Just reverted
+	  to fix 2.0 corcompare.
+
 2004-10-26  Atsushi Enomoto <[email protected]>
 2004-10-26  Atsushi Enomoto <[email protected]>
 
 
 	* XmlTextReader.cs : Don't create attribute Value string on Read()
 	* XmlTextReader.cs : Don't create attribute Value string on Read()

+ 1 - 1
mcs/class/System.XML/System.Xml/XmlDocument.cs

@@ -359,7 +359,7 @@ namespace System.Xml
 
 
 		protected internal virtual XPathNavigator CreateNavigator (XmlNode node)
 		protected internal virtual XPathNavigator CreateNavigator (XmlNode node)
 		{
 		{
-#if NET_2_0
+#if NET_2_0tmp_out
 			return new XPathEditableDocument (node).CreateNavigator ();
 			return new XPathEditableDocument (node).CreateNavigator ();
 #else
 #else
 			return new XmlDocumentNavigator (node);
 			return new XmlDocumentNavigator (node);