Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.