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