X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fxml%2Fxml.mli;h=c52ae8ecd80d8758874f27e361423d40ff8b5ce2;hb=bac72fcaa876137ab7a5630e0c1badc2a627dce8;hp=a68110b29b39fef4d1d869a185e6bbaa3c269440;hpb=2dc0733271cd251aaa3edaece8a883fe691775ab;p=helm.git diff --git a/helm/ocaml/xml/xml.mli b/helm/ocaml/xml/xml.mli index a68110b29..c52ae8ecd 100644 --- a/helm/ocaml/xml/xml.mli +++ b/helm/ocaml/xml/xml.mli @@ -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 +