Hi, You may have to use capitals in the xpath expression, so instead of;
XPathExpression expr = xpath.compile("//h1");
you can try;
XPathExpression expr = xpath.compile("//H1");
--
View this message in context:
http://lucene.472066.n3.nabble.com/DocuemntFragement-and-XPath-tp619048p3238135.html
Sent from the Nutch - User mailing list archive at Nabble.com.

