html_parser 0.7.0

A simple and general purpose html/xhtml parser
Documentation
---
source: tests/element.rs
expression: dom
---
{
  "treeType": "documentFragment",
  "children": [
    {
      "id": "123",
      "name": "div",
      "variant": "normal"
    },
    {
      "id": "321",
      "name": "div",
      "variant": "normal"
    }
  ]
}