public void testSelectSingleNodeWithNamespaces() throws Exception {
// select the newElement node in the
// http://www.w3.org/2001/XMLSchema namespace.
ODOMXPath xpath = new ODOMXPath("ns1:newElement", NAMESPACES);
ODOMObservable node = xpath.selectSingleNode((ODOMObservable) root);
// ensure the node is not null
assertNotNull("node selected was null", node);
// should have returned a ODOMElement