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