# File test/xpath_test.rb, line 256
 def test_axe_self
		c = XPath::first( @@doc, "a/b/c" )
		assert_not_nil c
		assert_equal "c", c.name
		assert_equal "c", XPath::first( c, "self::node()" ).name
	end