Top "Nokogiri" questions

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

How do I use Nokogiri::XML::Reader to parse large XML files?

I'm trying to use Ruby's Nokogiri to parse large (1 GB or more) XML files. I'm testing code on a smaller …

ruby xml parsing nokogiri
Using Nokogiri HTML Builder to create fragment with multiple root nodes

Well I have a simple problem with Nokogiri. I want to make Nokogiri::HTML::Builder to make an HTML fragment …

ruby nokogiri
Installing nokogiri Mac OS X 10.8.2 XCode installed

Trying to install nokogiri on Mountain Lion. I was using ruby 1.8.7 but just upgraded to 1.9.3 but it stopped the bundle …

ruby-on-rails ruby installation nokogiri
Is it possible to 'unload' ('un-require') a Ruby library?

I'm looking to load a few libraries, have them do some work, and then do the opposite of require to …

ruby nokogiri google-drive-api
Nokogiri vs Hpricot?

Which one would you choose? My important attributes are (not in order): Support and future enhancements. Community and general knowledge …

ruby nokogiri html-parsing hpricot
How to "gem install nokogiri -- --use-system-libraries" via Gemfile

There is a known error installing the latest version of Nokogiri. The workaround is to manually install using gem install …

ruby rubygems nokogiri bundler gemfile
Remove all JavaScript from an HTML page

I've tried using the Sanitize gem to clean a string which contains the HTML of a website. It only removed …

ruby-on-rails ruby ruby-on-rails-3.1 screen-scraping nokogiri
Convert latin1 string to utf8?

how can I convert a string, that contains latin1 characters to utf8? The string is a document, that is opened …

ruby nokogiri character-encoding open-uri
How to parse a HTML table with Nokogiri?

I'm trying to parse a table but I don't know how to save the data from it. I want to …

ruby-on-rails ruby html-parsing nokogiri
nokogiri failing to upgrade

Anyone seen this? gem update nokogiri Updating installed gems Updating nokogiri Building native extensions. This could take a while... ERROR: …

ruby gem nokogiri