Skip to content
/ dom Public

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

License

Notifications You must be signed in to change notification settings

crhntr/dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cc9c8d · Mar 31, 2025

History

94 Commits
Nov 14, 2024
Feb 14, 2025
Feb 19, 2025
Feb 14, 2025
Feb 14, 2025
Aug 3, 2023
Jan 29, 2025
Feb 14, 2025
Aug 28, 2024
Feb 14, 2025
Aug 28, 2024
Feb 14, 2025
Feb 14, 2025
Mar 31, 2025
Mar 31, 2025
Feb 14, 2025
Feb 3, 2024
Aug 28, 2024
Feb 3, 2024

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 https://golang.org/x/net/html package.

Topics

Resources

License

Stars

Watchers

Forks

Languages