Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.29 KB

xml-parsing.md

File metadata and controls

45 lines (38 loc) · 2.29 KB

Bookmarks tagged [xml-parsing]

https://github.com/dam5s/happymapper

Object to XML mapping library, using Nokogiri.


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

HTML processing filters and utilities.


https://nokogiri.org

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


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.


https://github.com/ohler55/ox

A fast XML parser and Object marshaller.


https://github.com/Empact/roxml

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