Functor Xhtml.Make_printer_01_01


module Make_printer_01_01: 
functor (O : Xml_sigs.Output) -> Xml_sigs.Typed_printer 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