# File lib/nokogiri/xml/node.rb, line 197 def > selector ns = document.root.namespaces xpath CSS.xpath_for(selector, :prefix => "./", :ns => ns).first end