Is it possible to have XPath expression with multiple contains of different element values?
XPath
XML
You simply want
//person[contains(firstname, 'Kerr') and contains(lastname, 'och')]