]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/mmlinterface.ml
A lot of changes to support the new UWOBO stylesheet processor:
[helm.git] / helm / interface / mmlinterface.ml
index 64c068fc3b55da06d7a70dd1ff28806d6f7bc9e9..b95303d2f0805cac49c62d046f6bbec222ec8822 100755 (executable)
@@ -791,6 +791,8 @@ end;;
 (* MAIN *)
 
 let _ =
+ (* first of all initialize the processor by requiring the desired stylesheets *)
+ XsltProcessor.initialize () ;
  build_uri_tree () ;
  let output = GMathView.math_view ~width:400 ~height:380 ()
  and label = GMisc.label ~text:"???" () in