X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FgTopLevel%2FtermViewer.ml;h=5291c3587bee7dc440cd42bfbfb0a43310fa8aa6;hb=6f65a2e518d723ea722b23bfd9fa0162ff8be457;hp=192bbb413b6d203eddfc48c1faa06d3c22670af8;hpb=b266dce15b2f669a70daaee3bd0887f8d9c345b2;p=helm.git diff --git a/helm/gTopLevel/termViewer.ml b/helm/gTopLevel/termViewer.ml index 192bbb413..5291c3587 100644 --- a/helm/gTopLevel/termViewer.ml +++ b/helm/gTopLevel/termViewer.ml @@ -33,7 +33,7 @@ (* *) (******************************************************************************) -let use_stylesheets = ref true;;(* false performs the transformations in OCaml*) +let use_stylesheets = ref false;;(* false performs the transformations in OCaml*) (* List utility functions *) exception Skip;; @@ -210,9 +210,8 @@ class proof_viewer obj = Cic.ACurrentProof (id,idbody,n,conjectures,bo,ty,params) -> let time1 = Sys.time () in let content = - Cic2content.acic2content - (ref 0) ~name:(Some "prova") ~ids_to_inner_sorts - ~ids_to_inner_types bo in + Cic2content.acic2content + (ref 0) ~name:(Some "prova") ~ids_to_inner_sorts ~ids_to_inner_types bo in let content2pres = (Content2pres.proof2pres (function p -> @@ -221,12 +220,7 @@ class proof_viewer obj = let pres = content2pres content in let time2 = Sys.time () in (* prerr_endline ("Fine trasformazione:" ^ (string_of_float (time2 -. time1))); *) - let xmlpres = - Xml.xml_nempty "math" - ["xmlns","http://www.w3.org/1998/Math/MathML" ; - "xmlns:helm","http://www.cs.unibo.it/helm" ; - "xmlns:xlink","http://www.w3.org/1999/xlink" - ] (Mpresentation.print_mpres pres) in + let xmlpres = Mpresentation.print_mpres pres in let time25 = Sys.time () in (* prerr_endline ("FINE printing to stream:" ^ (string_of_float (time25 -. time2))); @@ -235,11 +229,11 @@ class proof_viewer obj = prerr_endline ("FINE valutazione e printing dello stream:" ^ (string_of_float (time3 -. time25))); *) (try - (* prerr_endline "(******** INIZIO DOM **********)"; *) - let mml = Xml2Gdomexmath.document_of_xml Misc.domImpl xmlpres in + prerr_endline "(******** INIZIO DOM **********)"; + let mml = Xml2Gdome.document_of_xml Misc.domImpl xmlpres in let time3 = Sys.time () in (* ignore (Misc.domImpl#saveDocumentToFile mml "tmp1" ()); *) - (* prerr_endline "(******** FINE DOM **********)"; *) + prerr_endline "(******** FINE DOM **********)"; self#load_doc ~dom:mml; prerr_endline ("Fine loading:" ^ (string_of_float (time3 -. time2))) (*