Skip to content
/ dom Public

This project has document object model (DOM) inspired wrappers around the golang.org/x/net/html package.

License

Notifications You must be signed in to change notification settings

crhntr/dom

Repository files navigation

dom Go Reference

This package has pure Go implementation of some Document Object Model functions using golang.org/x/net/html.Node.

I often use this for testing HTML coming back from servers. I also am using it in Muxt. If you like hypertext, definitely go take a look.

It makes use of the awesome package andybalholm/cascadia.

The spec package specifies interfaces; dom has implementations.

About

This project has document object model (DOM) inspired wrappers around the golang.org/x/net/html package.

Topics

Resources

License

Stars

Watchers

Forks

Languages