XPath: Fixed self axis
git-svn-id: http://pugixml.googlecode.com/svn/trunk@202 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
af04c0f754
commit
c0ce7ab70e
@ -3156,7 +3156,7 @@ namespace pugi
|
||||
break;
|
||||
|
||||
case 's':
|
||||
if (starts_with(nt_name, "self::")) axis = axis_ancestor_or_self;
|
||||
if (starts_with(nt_name, "self::")) axis = axis_self;
|
||||
else axis_specified = false;
|
||||
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user