html-parsing.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [html-parsing]

www.codever.land/bookmarks/t/html-parsing

HappyMapper

https://github.com/dam5s/happymapper

Object to XML mapping library, using Nokogiri.


HTML::Pipeline

https://github.com/jch/html-pipeline

HTML processing filters and utilities.


Nokogiri

https://nokogiri.org

An HTML, XML, SAX, and Reader parser with XPath and CSS selector support.


Oga

https://github.com/YorickPeterse/oga

An XML/HTML parser written in Ruby. Oga does not require system libraries such as libxml, making it easier and faster to install on various platforms.


Ox

https://github.com/ohler55/ox

A fast XML parser and Object marshaller.


ROXML

https://github.com/Empact/roxml

Custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.