X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fxml%2Fxml.mli;h=c52ae8ecd80d8758874f27e361423d40ff8b5ce2;hb=e934b8dc345d703a92af980ce51c7a07532724fe;hp=a68110b29b39fef4d1d869a185e6bbaa3c269440;hpb=32b347ee2bf6d2e942eae3d4c5dca84f4c9b7e49;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 +