For:
<foo>
<bar key="value">text</bar>
</foo>
How do I get "value"?
xml.findtext("./bar[@key]")
Throws an error.
|
For:
How do I get "value"?
Throws an error. |
||||
|
|
||||
|
|
|
Your expression:
It means: If you want to select the attribute, use this relative expression:
It means: the Of course, you need to consider to use a full complain XPath engine like |
|||||||
|