]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt.mli
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / ocaml / gdome_xslt / gdome_xslt.mli
index 3c7c232ec044b236b7e1c7eb8a69f644266992ca..8115457f33778299e86c1c2bbcb842284d8a57cc 100644 (file)
@@ -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
+