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
- Host: GitHub
- URL: https://github.com/i-e-b/hnode
- Owner: i-e-b
- License: bsd-3-clause
- Created: 2023-11-11T12:25:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T12:08:39.000Z (over 2 years ago)
- Last Synced: 2025-03-22T12:30:34.287Z (over 1 year ago)
- Topics: html-parser, working, xml-parser
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.