public void testSelectNode()
{
Document document = parse();
Node functions = document.selectNode("//dns:functions");
assertFunctionsNode(functions);
Element root = document.getRoot();
functions = root.selectNode("dns:functions");
assertFunctionsNode(functions);