b0.std
El.Low
Low level representation (unstable).
This representation may change even between minor versions of the library. Use at your own risk.
ocaml
b0
opam
b0 test
b0.file
b0.kit
b0.memo
b0.tool
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 fragment representation.
val of_html : html -> t
of_html h is a low-level representation for h.
of_html h
h