blob: 6f378d826a26856b9f208c23fc406e2c725b0b89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1 2009/06/04 09:31:04 hasso Exp $
--- ./xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py.orig 2009-06-04 12:05:08 +0300
+++ ./xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py 2009-06-04 12:05:21 +0300
@@ -24,8 +24,8 @@ class ParsedAbbreviatedAbsoluteLocationP
self._rel = rel
nt = ParsedNodeTest.ParsedNodeTest('node', '')
ppl = ParsedPredicateList.ParsedPredicateList([])
- as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
- self._step = ParsedStep.ParsedStep(as, nt, ppl)
+ pas = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')
+ self._step = ParsedStep.ParsedStep(pas, nt, ppl)
return
def evaluate(self, context):
|