/* the prefix here and in the document have no relation; it's their
namespace-uri binding that counts
*/
public void testid55615() throws JaxenException
{
Navigator nav = getNavigator();
String url = TESTS_ROOT + "xml/namespaces.xml";
log("Document [" + url + "]");
Object document = nav.getDocument(url);
XPath contextpath = new BaseXPath("/", nav);
log("Initial Context :: " + contextpath);
List list = contextpath.selectNodes(document);
SimpleNamespaceContext nsContext = new SimpleNamespaceContext();
nsContext.addNamespace("foo", "http://somethingElse/");