]> matita.cs.unibo.it Git - helm.git/commitdiff
* the stylesheet does not generate the tml namespace anymore
authorLuca Padovani <luca.padovani@unito.it>
Fri, 14 Feb 2003 15:15:05 +0000 (15:15 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Fri, 14 Feb 2003 15:15:05 +0000 (15:15 +0000)
helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc
helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl

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);
index 34f44b3e80a3ffad4ab6b802d268b8f681d72246..f9a7e69070f68fab62d9e17dcf0d1b796a476f3e 100644 (file)
@@ -3,6 +3,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
      xmlns:tml="http://helm.cs.unibo.it/2002/TML"
      xmlns:m="http://www.w3.org/1998/Math/MathML"
+     exclude-result-prefixes="tml"
      version="1.0">
 
   <xsl:output indent="yes"/>