X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FCMathMLFactoryXSLT.cc;h=07eb4b3540e19ff1d9ffca835b273aabc46746a3;hb=970ba0021a992efe25ec374875dc127ff236cc74;hp=fddb24a580efcb18319ce53e124f6d0a6ec9bbcc;hpb=05907edbcd5364bac6b06153a6a134c8b8a300d7;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc index fddb24a58..07eb4b354 100644 --- a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc +++ b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc @@ -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