]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc
* debugging messages and dumpes commented out
[helm.git] / helm / DEVEL / mathml_editor / src / CMathMLFactoryXSLT.cc
index fddb24a580efcb18319ce53e124f6d0a6ec9bbcc..07eb4b3540e19ff1d9ffca835b273aabc46746a3 100644 (file)
@@ -49,7 +49,7 @@ CMathMLFactoryXSLT::documentModified(TDocument& doc)
                                       DOM::GdomeString("'" + std::string(dirty["id"]) + "'")));
   DOM::Document res = style.apply(doc.document(), dirtyId);
   assert(res);
-  style.save(doc.document(), stdout);
+  //style.save(doc.document(), stdout);
 
   if (DOM::Element root = res.get_documentElement())
          {
@@ -75,7 +75,7 @@ CMathMLFactoryXSLT::documentModified(TDocument& doc)
       logger.error("The stylesheet produced an empty document");
     }
 
-  style.save(result, stdout);
+  //style.save(result, stdout);
 }
 
 bool