Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nokogiri

What is a robust installation process for Nokogiri (on Ubuntu)?

Undefined namespace prefix in Nokogiri and XPath

How to scrape pages which have lazy loading

ruby web-scraping nokogiri

Nokogiri (Ruby) and XPath

xslt xpath nokogiri

Why can't I load Nokogiri?

ruby rvm nokogiri

Ruby 2.1 and Nokogiri install error?

ruby macos gem rvm nokogiri

Transform XML with XSLT and preserve CDATA (in Ruby)

xml xslt parsing nokogiri cdata

How do I avoid pretty-printing HTML in Nokogiri while using to_html?

How to use Nokogiri and XPath to get nodes with multiple attributes

ruby xpath nokogiri

How to add child nodes in NodeSet using Nokogiri

ruby xml nokogiri

Install Nokogiri 1.6.1 under Ruby 2.0.0p353 (rvm based installation) fails (OSX Mavericks)?

ruby nokogiri osx-mavericks

What are some examples of using Nokogiri?

ruby nokogiri

Test if a child node exists (without getting NoMethodError)

ruby nokogiri

Getting the siblings of a node with Nokogiri

ruby nokogiri

Select element by attribute value with XPath in Nokogiri

ruby xpath nokogiri

How do I get the root element name of an XML document using Nokogiri?

ruby xml xpath nokogiri

How to make Nokogiri transparently return un/encoded Html entities untouched?

html ruby nokogiri entities

How do I scrape something after JS has changed the DOM?

How to navigate the DOM using Nokogiri

How do I parse Google search results with Nokogiri?

html ruby parsing nokogiri