Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nokogiri

Repairing Invalid Html With Nokogiri (removing Invalid Tags)

I'm trying to tidy some retrieved HTML using the tidy-ext gem. However, it fails when the HTML … Read more Repairing Invalid Html With Nokogiri (removing Invalid Tags)

Strip Text From Html Document Using Ruby

There are lots of examples of how to strip HTML tags from a document using Ruby, Hpricot and Nokogi… Read more Strip Text From Html Document Using Ruby

Parse Html Into Rails Without New Record Every Time?

I have the following code which is parsing a HTML table as simply as possible. # Timestamp (Column … Read more Parse Html Into Rails Without New Record Every Time?

How To Parse Xml With Nokogiri Without Losing Html Entities?

If you look at the output below in the after section ruby is removing all the html entities. How to… Read more How To Parse Xml With Nokogiri Without Losing Html Entities?