|
@@ -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);
|