Nokogiri

Is an xml / html parsing library for ruby.

Overview

Nokogiri is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s many features is the ability to search documents via XPath or CSS3 selectors.

Setup

To install run gem install nokogiri.

Source

Source is found at github.com/sparklemotion/nokogiri.