module Nokogiri::CSS
def xpath_for selector, options={}
##
def xpath_for selector, options={} Parser.new(options[:ns] || {}).xpath_for selector, options end
def xpath_for selector, options={} Parser.new(options[:ns] || {}).xpath_for selector, options end