There are 0 repository under html-serializer topic.
A HTML parse and a serializer for Go. GoHTML tries to keep semantic similar to JS-DOM API while trying to keep the API simple by not forcing JS-DOM model into GoHTML. Because of this GoHTML has node tree model. GoHTML tokenizer uses std net/html module for tokenizing in underlining layer.
C# library for efficient HTML parsing and CSS selector-based querying.
A lightweight and flexible HTML parser written in Go that builds an Abstract Syntax Tree (AST) from HTML documents.