Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module HTML5

module HTML5 : sig..end

Typesafe constructors and printers for HTML5 documents.
See also W3C Recommendation


module M : 
  HTML5_sigs.Twith module XML := XML
and module SVG := SVG.M

Concrete implementation of HTML5 typesafe constructors

module P : 
  XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M.elt
and type doc := M.doc

Simple printer for HTML5 documents

module MakePrinter : functor (O : XML_sigs.Output) -> 
  
  XML_sigs.TypedPrinterwith type out := O.out
and type 'a elt := 'a M.elt
and type doc := M.doc

Parametrized stream printer for HTML5 documents