Module Omd_htmlSource

Sourcetype html = html_node list
Sourceand html_node =
  1. | Node of nodename * attributes * html
  2. | Data of string
  3. | Rawdata of string
  4. | Comment of string
Sourceand nodename = string
Sourceand attributes = attribute list
Sourceand attribute = string * string option
Sourceval to_string : html_node list -> string