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

Functor XHTML.MakePrinter

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 XHTML documents (HTML compatible printer)

Parameters :

O:XML_sigs.Output

type 'a elt
type doc
type out
val print_list : 
  ?encode:(string -> string) ->
  'a elt list -> out
val print : 
  ?encode:(string -> string) ->
  ?advert:string ->
  doc -> out