]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/editor.cc
* added default dictionary/stylesheet paths
[helm.git] / helm / DEVEL / mathml_editor / test / editor.cc
index 6f9175f949d1da8c76c4be8660347dc2c7d2482b..37b84866ce3f9cc0f1c6f0cf770af4c69f88ffe2 100644 (file)
@@ -162,7 +162,7 @@ main(int argc, char* argv[])
   DOM::Document texStyleDoc = di.createDocumentFromURI("./xsl/tml-texid.xsl");
   DOMX::XSLTStylesheet texStyle(texStyleDoc);
 
-  CMathMLFactoryXSLT factory(logger, mmlStyle);
+  CMathMLFactoryXSLTDiff factory(logger, mmlStyle);
   TPushParser parser(logger, factory, dictionary);
   ILPushLexer lexer(logger, parser, dictionary);