The code below will get me all nodes with name=visible, like this node:
<property name="visible" value="false"/>
vis = @noko_obj.search("property[name=visible]")
…regardless of what value is. However, what if I want the nodes whose name=”visible” AND whose value=”true”?
thanks
Just add another attribute selector:
The order of the attribute selectors doesn’t matter so you could also do this: