]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/xml/xml.mli
- added pp_to_outchan and pp_to_string for other medium pretty printing
[helm.git] / helm / ocaml / xml / xml.mli
index a68110b29b39fef4d1d869a185e6bbaa3c269440..c52ae8ecd80d8758874f27e361423d40ff8b5ce2 100644 (file)
@@ -58,3 +58,6 @@ val xml_cdata : string -> token Stream.t
 (*  pp tokens None     pretty prints the output on stdout                   *)
 (*  pp tokens (Some filename) pretty prints the output on the file filename *)
 val pp : ?quiet:bool -> token Stream.t -> string option -> unit
+val pp_to_outchan : token Stream.t -> out_channel -> unit
+val pp_to_string : token Stream.t -> string
+