Functor XHTML.MakePrinter_01_01


module MakePrinter_01_01: 
functor (O : XML_sigs.Output) -> XML_sigs.TypedPrinter with 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:(string -> string) ->
'a elt list -> out
val print : ?encode:(string -> string) ->
?advert:string -> doc -> out