try
{
XPath xpath = XPathFactory.newInstance().newXPath();
Element e = (Element) xpath.evaluate("/Archive/Section/Description", parentNode,
XPathConstants.NODE);
printXmlNode(e);
}
catch (XPathExpressionException e)
{
e.printStackTrace();
}
You need to create an account or log in to post comments to this site.