Given this XML, what XPath returns all elements whose prop attribute contains Foo (the first three nodes):
prop
Foo
/bla/a[contains(@prop, "foo")]