Given this xml:
<results>
<result version="@2.15" url="some url"/>
<result version="2.14" url="some url"/>
</results>
How do I select the element containing version="@2.15"? I have trouble figuring out how to put the @-sign in the XPath.
Thanks in advance, Erik