module XML_print_duce:Printer for XHTML with Ocamlduce that handles browser specificities properly.sig
..end
module Make:
module MakeTyped:functor (
TypedXML
:
XML_sigs_duce.TypedXML
) ->
XML_sigs_duce.TypedPrinter
with module TypedXML := TypedXML
val print : output:(string -> unit) ->
?encode:(string -> string) -> Ocamlduce.Load.anyxml -> unit