X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fmisc.mli;h=d0779d1e7f26a2ee8fc47376e16651dc38bb40a3;hb=0aaed6f96b856d1181a3cd1f2ef3ea4a91990771;hp=946447c43f158dc0150364201961e01a4e58a244;hpb=eb8dc961c7f9dc2e76a1eb29e2fcf94304011566;p=helm.git diff --git a/helm/ocaml/cic_transformations/misc.mli b/helm/ocaml/cic_transformations/misc.mli index 946447c43..d0779d1e7 100644 --- a/helm/ocaml/cic_transformations/misc.mli +++ b/helm/ocaml/cic_transformations/misc.mli @@ -36,7 +36,11 @@ (* TODO rename this module into at least something like CicMisc *) val domImpl : Gdome.domImplementation -val helmns : Gdome.domString + +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