Functor XHTML.MakePrinter_01_01
module MakePrinter_01_01 : functor (O : XML_sigs.Output) ->
XML_sigs.TypedPrinterwith type out := O.out
and type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc
Parametrized stream printer for XHTML 1.1 documents (HTML compatible printer)
Parameters :
O | : | XML_sigs.Output |
type 'a elt
type doc
type out
val print_list :
?encode:(Buffer.t -> string -> unit) ->
'a elt list -> out
val print :
?encode:(Buffer.t -> string -> unit) ->
?advert:string ->
doc -> out