|
|
@@ -793,7 +793,7 @@ namespace Mono.Xml.Xsl
|
|
|
internal class XPathNavigatorNsm : XmlNamespaceManager {
|
|
|
XPathNavigator nsScope;
|
|
|
|
|
|
- public XPathNavigatorNsm (XPathNavigator n) : base () {
|
|
|
+ public XPathNavigatorNsm (XPathNavigator n) : base (n.NameTable) {
|
|
|
nsScope = n.Clone ();
|
|
|
if (nsScope.NodeType == XPathNodeType.Attribute)
|
|
|
nsScope.MoveToParent ();
|
|
|
@@ -809,4 +809,4 @@ namespace Mono.Xml.Xsl
|
|
|
return nsScope.GetNamespace (prefix);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|