Xml_print.Make_typed_fmtPrinters for typed XML modules such as the one produced by Svg_f and Html_f.
module Xml : Xml_sigs.Iterablemodule Typed_xml : Xml_sigs.Typed_xml with module Xml := Xmlval pp_elt : ?encode:(string -> string) -> ?indent:bool -> unit -> Format.formatter -> 'a Typed_xml.elt -> unitval pp : ?encode:(string -> string) -> ?indent:bool -> ?advert:string ->
unit -> Format.formatter -> Typed_xml.doc -> unit