Given this XML, what XPath returns all elements whose prop attribute contains Foo (the first three nodes):
prop
Foo
For the code above... //*[contains(@prop,'foo')]