Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/dom
This project has DOM inspired wrappers around the golang.org/x/net/html package.
https://github.com/crhntr/dom
dom go html html5
Last synced: about 1 month ago
JSON representation
This project has DOM inspired wrappers around the golang.org/x/net/html package.
- Host: GitHub
- URL: https://github.com/crhntr/dom
- Owner: crhntr
- License: mit
- Created: 2020-04-29T03:53:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:39:21.000Z (4 months ago)
- Last Synced: 2024-08-29T23:23:55.731Z (4 months ago)
- Topics: dom, go, html, html5
- Language: Go
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dom [![Go Reference](https://pkg.go.dev/badge/github.com/crhntr/dom.svg)](https://pkg.go.dev/github.com/crhntr/dom)
This package has pure Go implementation of some Document Object Model functions using [golang.org/x/net/html.Node](https://pkg.go.dev/golang.org/x/net/html).
It makes use of the awesome package [andybalholm/cascadia](https://github.com/andybalholm/cascadia).
The spec pacakge specifies interfaces; dom has implementations.