An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/hnode

A very small HTML / XML parser library
https://github.com/i-e-b/hnode

html-parser working xml-parser

Last synced: 12 months ago
JSON representation

A very small HTML / XML parser library

Awesome Lists containing this project

README

          

# HNode

A very small HTML / XML parser library.
This is designed to be embedded as a single file into other projects.
The HNode parser is intended to be simple and portable.

The input is a string containing a HTML/XML document, or a fragment of one.
The output is a tree of nodes.