From: Luca Padovani Date: Fri, 9 Feb 2001 11:36:17 +0000 (+0000) Subject: xsltProcessorHTTP.ml : no temp file created, X-Git-Tag: v0_1_2~124 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=c06d7ae216653045f6c4f2cc6ca5198e35003ab1 xsltProcessorHTTP.ml : no temp file created, the problem was due to a libxml bug fixed in version 2.2.9, upgrade! --- diff --git a/helm/interface/xsltProcessorHTTP.ml b/helm/interface/xsltProcessorHTTP.ml index 56096a314..ed26724ca 100644 --- a/helm/interface/xsltProcessorHTTP.ml +++ b/helm/interface/xsltProcessorHTTP.ml @@ -47,6 +47,6 @@ let process uri usecache mode = "" ) in - ClientHTTP.get_and_save_to_tmp string_to_send + string_to_send ;;