]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc
* the stylesheet does not generate the tml namespace anymore
[helm.git] / helm / DEVEL / mathml_editor / src / CMathMLFactoryXSLTDiff.cc
index c26407b2ee5e12cd488d8f98999a63de41099f01..34d628147fae0039264491a9906df6a749170265 100644 (file)
@@ -26,7 +26,7 @@ CMathMLFactoryXSLTDiff::documentModified(TDocument& doc)
 #endif
   DOM::Document res = style.apply(doc.document());
   assert(res);
-  //cout << "*** THE DIRTY FRAGMENT HAS ID = " << std::string(dirty["id"]) << endl;
+  //cout << "*** THE TEX DOCUMENT" << endl;
   //style.save(doc.document(), stdout);
   cout << "*** THE CURRENT DOCUMENT:" << endl;
   if (result) style.save(result, stdout);