Try something like this: HashMap map = new HashMap(); map.put( "html", "http://www.w3.org/1999/xhtml");
XPath xpath = DocumentHelper.createXPath( "//html:[EMAIL PROTECTED]'aw1']"); xpath.setNamespaceURIs( map); List nodes = xpath.selectNodes( root); Regards, Edwin -- http://www.edankert.com/