Install
sudo gem install nokogiri
Contribute
github.com/tenderlove/nokogiri

An HTML, XML, SAX, & Reader parser with the ability to search documents via XPath or CSS3 selectors… and much more

Nokogiri

Class Nokogiri::XML::XPath::SyntaxError inherits from XML::SyntaxError

Public Instance Methods

to_s() Show Source
# File lib/nokogiri/xml/xpath/syntax_error.rb, line 5 5: def to_s 6: [super.chomp, str1].compact.join(': ') 7: end