*/
public void testSelectElementNode() throws Exception {
ODOMXPath xpath = new ODOMXPath("cd[1]");
// select the first cd element
Element element = xpath.selectSingleElement(root);
// ensure the node is not null
assertNotNull("node selected was null", element);
// check the name of the element