XPath: Fixed namespace-uri so that namespace scope includes the namespace declaration owner tag itself
git-svn-id: http://pugixml.googlecode.com/svn/trunk@205 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
6948d1f171
commit
ec1133444f
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ namespace
|
|||
ns.append(node.name(), pos);
|
||||
}
|
||||
|
||||
xml_node p = node.parent();
|
||||
xml_node p = node;
|
||||
|
||||
while (p)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue