From bf14e2772daee20783a7bc32ea3351662e362ae1 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Fri, 14 Feb 2003 15:15:05 +0000 Subject: [PATCH] * the stylesheet does not generate the tml namespace anymore --- helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc | 2 +- helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc index c26407b2e..34d628147 100644 --- a/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc +++ b/helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLTDiff.cc @@ -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); diff --git a/helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl b/helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl index 34f44b3e8..f9a7e6907 100644 --- a/helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl +++ b/helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl @@ -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"> -- 2.39.2