X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fmisc.mli;h=d0779d1e7f26a2ee8fc47376e16651dc38bb40a3;hb=acf29bdbdcdc6ad8c2d9d27e8a47500981b605cd;hp=65ad26c6faa3cfa29ec2f09edb0a6df0e62679d2;hpb=f7b2e35a7bdadb4fdf0e640428e694703ddf67a5;p=helm.git diff --git a/helm/ocaml/cic_transformations/misc.mli b/helm/ocaml/cic_transformations/misc.mli index 65ad26c6f..d0779d1e7 100644 --- a/helm/ocaml/cic_transformations/misc.mli +++ b/helm/ocaml/cic_transformations/misc.mli @@ -33,8 +33,14 @@ (* *) (******************************************************************************) +(* 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