X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2Fmisc.mli;h=65ad26c6faa3cfa29ec2f09edb0a6df0e62679d2;hb=be4725575d4dd1d88e13ef388c51f6c9a2f11bc1;hp=ac36cfdc0e8d149425d2d81f1db66bad8e5796d4;hpb=d89e4e0223172caadce1a3e31f9f2163cbf13078;p=helm.git diff --git a/helm/gTopLevel/misc.mli b/helm/gTopLevel/misc.mli index ac36cfdc0..65ad26c6f 100644 --- a/helm/gTopLevel/misc.mli +++ b/helm/gTopLevel/misc.mli @@ -33,11 +33,8 @@ (* *) (******************************************************************************) -exception IllFormedUri of string -val string_of_cic_textual_parser_uri : CicTextualParser0.uri -> string -val cic_textual_parser_uri_of_string : string -> CicTextualParser0.uri - -val wrong_xpointer_format_from_wrong_xpointer_format' : string -> string - val domImpl : Gdome.domImplementation val helmns : Gdome.domString + +val strip_xml_headings: string -> string +