HTML parsing
This category does not have a description yet. You can add one on github!
19.59
Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a
sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is
fast and standards-compliant by relying on native parsers like libxml2, libgumbo, or xerces.
2021
2022
2023
2024
2025
2026
0.85
libxml-Ruby provides Ruby language bindings for libxml2 It is free software,
released under the MIT License. libxml-ruby provides DOM, SAX, Reader, and
Writer APIs along with XPath support and validation via DTD, RelaxNG, and XML Schema.
2021
2022
2023
2024
2025
2026
0.81
Oga is an XML/HTML parser written in Ruby.
2021
2022
2023
2024
2025
2026
0.79
A fast XML parser and object serializer that uses only standard C lib.
Optimized XML (Ox), as the name implies was written to provide speed optimized
XML handling. It was designed to be an alternative to Nokogiri and other Ruby
XML parsers for generic XML parsing and as an alternative to Marshal...
2021
2022
2023
2024
2025
2026
0.45
a swift, liberal HTML parser with a fantastic library
2021
2022
2023
2024
2025
2026
0.03
Extract useful data from HTML and XML with ease!
2021
2022
2023
2024
2025
2026
0.0
Rubyful Soup is a *ML parser that makes screen-scraping easy. It won't choke on bad markup, and it's easy to locate the part of a document you want.
2021
2022
2023
2024
2025
2026
0.0
scRUBYt! is an easy to learn and use, yet powerful and effective web scraping framework. It's most interesting part is a Web-scraping DSL built on HPricot and WWW::Mechanize, which allows to navigate to the page of interest, then extract and query data records with a few lines of code. It is hard...
2021
2022
2023
2024
2025
2026
0.0
A new short XML Parsing Algorithm implemented directly in less-than-500 lines. An easy-to-use XML Parser without any Native Dependencies. Its under continuous improvement as being used/tested under my other xml-parsing required projects. [What, Why, HowTo]: http://justfewtuts.blogspot.in/2012/03/...
2021
2022
2023
2024
2025
2026