XPathFactory xpfactory = XPathFactory.newInstance(); XPath path = xpfactory.newXPath();
String result = path.evaluate(expression, doc)
String result = path.evaluate("/items/item[2]/product/price", doc)