# File test/xpath_test.rb, line 111
 def test_root_children
		c = XPath::first( @@doc, "a/b/c" )
		assert_equal "2", XPath::first(c, "/a/b").attributes["id"]
	end