El.Low
Low level representation (unstable).
type t =
| El of name * At.t list * t list
Element, name attributes and children.
| Txt of string
Character data.
| Splice of t option * t list
List of parts, separated by an optional separator.
| Raw of string
Raw output string.
The low-level HTML part representation.
val of_html : html -> t
of_html h is a low-level representation for h.
of_html h
h