X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fmisc.mli;h=d0779d1e7f26a2ee8fc47376e16651dc38bb40a3;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=27d55fa2b4f7785bb036f90e5acee8313927c8a6;hpb=60c3f28ddca99fb1d7c364449e4841ef70208025;p=helm.git diff --git a/helm/ocaml/cic_transformations/misc.mli b/helm/ocaml/cic_transformations/misc.mli index 27d55fa2b..d0779d1e7 100644 --- a/helm/ocaml/cic_transformations/misc.mli +++ b/helm/ocaml/cic_transformations/misc.mli @@ -36,8 +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 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