Revision 4026
Added by Aaron Marcuse-Kubitza over 12 years ago
xpath.py | ||
---|---|---|
255 | 255 |
if util.is_list(value_): # reference (different from a pointer) |
256 | 256 |
target = get_1(root, value_) |
257 | 257 |
if target != None: value_ = xml_dom.value(target) |
258 |
else:
|
|
258 |
else: |
|
259 | 259 |
warnings.warn(UserWarning('XPath reference target missing: ' |
260 | 260 |
+str(value_)+'\nXPath: '+str(xpath))) |
261 | 261 |
value_ = None |
Also available in: Unified diff
Removed trailing whitespace on non-empty lines