Given this XML, what XPath returns all elements whose prop
attribute contains Foo
(the first three nodes):
<bla>
<a prop="Foo1"/>
<a prop="Foo2"/>
<a prop="3Foo"/>
<a prop="Bar"/>
</bla>
Given this XML, what XPath returns all elements whose prop
attribute contains Foo
(the first three nodes):
<bla>
<a prop="Foo1"/>
<a prop="Foo2"/>
<a prop="3Foo"/>
<a prop="Bar"/>
</bla>