module Xml_print_duce:Printer for XHTML with Ocamlduce that handles browser specificities properly.sig
..end
module Make:
module Make_typed:functor (
Typed_xml
:
Xml_sigs_duce.Typed_xml
) ->
Xml_sigs_duce.Typed_printer
with module Typed_xml := Typed_xml
val print : output:(string -> unit) ->
?encode:(string -> string) -> Ocamlduce.Load.anyxml -> unit