X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fmisc.mli;h=d0779d1e7f26a2ee8fc47376e16651dc38bb40a3;hb=8aaf525856e25bcd8f355e505fd00f45c62bc18f;hp=d2bf22835557ea89c15fd7c240db3640a76f1e6e;hpb=2e20f3cf00bfbb93b8ca9419aa36d22ddec49815;p=helm.git diff --git a/helm/ocaml/cic_transformations/misc.mli b/helm/ocaml/cic_transformations/misc.mli index d2bf22835..d0779d1e7 100644 --- a/helm/ocaml/cic_transformations/misc.mli +++ b/helm/ocaml/cic_transformations/misc.mli @@ -36,9 +36,11 @@ (* TODO rename this module into at least something like CicMisc *) val domImpl : Gdome.domImplementation -val helm_ns : Gdome.domString (** HELM namespace *) -val xlink_ns : Gdome.domString (** XLink namespace *) -val mathml_ns: Gdome.domString (** MathML namespace *) + +val helm_ns : Gdome.domString (** HELM namespace *) +val xlink_ns : Gdome.domString (** XLink namespace *) +val mathml_ns : Gdome.domString (** MathML namespace *) +val boxml_ns : Gdome.domString (** BoxML namespace *) val strip_xml_headings: string -> string