Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nielsdos/html5ever-libxml2-bridge
https://github.com/nielsdos/html5ever-libxml2-bridge
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nielsdos/html5ever-libxml2-bridge
- Owner: nielsdos
- License: apache-2.0
- Created: 2023-07-13T21:51:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T23:57:16.000Z (over 1 year ago)
- Last Synced: 2024-11-08T07:52:55.724Z (3 months ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html5ever-libxml2-bridge
Uses html5ever to parse a document, and produces a DOM tree using libxml2 nodes.
Warning: this is incomplete and just a test to see if it's possible to add HTML5 parsing to libxml2.