X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Fgdome_xslt%2Fgdome_xslt.mli;h=8115457f33778299e86c1c2bbcb842284d8a57cc;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=3c7c232ec044b236b7e1c7eb8a69f644266992ca;hpb=54c2dc43bd9a12dca1d4edacc4324acd7bd07f0d;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt.mli b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt.mli index 3c7c232ec..8115457f3 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt.mli +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt.mli @@ -49,3 +49,11 @@ val saveResultToChannel: stylesheet: I_gdome_xslt.processed_stylesheet -> unit +(** set error callback, that is a function invoked each time an error message is +generated. If None is passed, libxslt default error callback is used *) +val setErrorCallback: (string -> unit) option -> unit + +(** set debug callback, that is a function invoked each time a debugging message +is generated. If None is passed, libxslt default error callback is used *) +val setDebugCallback: (string -> unit) option -> unit +