Archive

Archive for September, 2011

Transforming CSS selector to an XPath query

September 9th, 2011 Serabe No comments

So. Easy.

[ruby]require ‘nokogiri’; Nokogiri::CSS.xpath_for(css_selector)[/ruby]

article clipper Transforming CSS selector to an XPath query
 
share save 171 16 Transforming CSS selector to an XPath query
Categories: Programming, Ruby Tags: , ,