Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nokogiri

Parsing Large XML files w/ Ruby & Nokogiri

ruby xml nokogiri

grabbing text between all tags in Nokogiri?

ruby nokogiri

Strip text from HTML document using Ruby

html ruby nokogiri hpricot

Parsing Javascript using Ruby code [closed]

javascript ruby nokogiri

How can I iterate through child nodes of a particular name in a Nokogiri XML DocumentFragment?

ruby xml xml-parsing nokogiri

Get children of an element without the text nodes

ruby xml xpath nokogiri

Combine Nokogiri XML Builders

ruby xml nokogiri

Obtain XML file POST request to parse with Ruby on Rails

Nokogiri was built against LibXML version 2.7.7, but has dynamically loaded 2.7.3

ruby-on-rails ruby nokogiri

How do I parse and scrape the meta tags of a URL with Nokogiri?

ruby html-parsing nokogiri

Convert HTML to plain text (with inclusion of <br>s)

ruby nokogiri

watir gem install error due to mini_magick file w/ special characters

In Nokogiri, how do I find all the nodes that come before a certain node in my document?

Find tag with id including [] with Nokogiri

ruby-on-rails nokogiri

Is it possible to parse a stylesheet with Nokogiri?

css ruby nokogiri css-parsing

How to get the img src using Nokogiri and at_css

Get all elements by partial match of class attribute

ruby xpath nokogiri

How to search by attribute value

Nokogiri: how to find a div by id and see what text it contains?

Print an XML document without the XML header line at the top

ruby xml nokogiri