]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/xml/xml.mli
added function saturate_equations that tries to infer as many equations as possible...
[helm.git] / helm / ocaml / xml / xml.mli
index b1fcbe5b064bdc8a224b3b73b07c9b78a88b526a..4feca7503f9e91d7722afa419f4c212420ceaa18 100644 (file)
@@ -69,3 +69,7 @@ val pp : ?gzip: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
 
+val add_xml_declaration: token Stream.t -> token Stream.t
+
+val strip_xml_headings: string -> string
+