Module XHTML.P_01_01
module P_01_01 :
XML_sigs.TypedSimplePrinterwith type 'a elt := 'a M_01_01.elt
and type doc := M_01_01.doc
Simple printer for XHTML 1.1 documents (HTML compatible printer)
type 'a elt
type doc
val print_list :
output:(string -> unit) ->
?encode:(Buffer.t -> string -> unit) ->
'a elt list -> unit
val print :
output:(string -> unit) ->
?encode:(Buffer.t -> string -> unit) ->
?advert:string -> doc -> unit