[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / odt2spip_30 / inc / xsltml / mmltex.xsl
diff --git a/www/plugins/odt2spip_30/inc/xsltml/mmltex.xsl b/www/plugins/odt2spip_30/inc/xsltml/mmltex.xsl
deleted file mode 100644 (file)
index a7d735c..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>\r
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-               xmlns:m="http://www.w3.org/1998/Math/MathML"\r
-                version='1.0'>\r
-                \r
-<xsl:output method="text" indent="no" encoding="UTF-8"/>\r
-\r
-<!-- ====================================================================== -->\r
-<!-- $id: mmltex.xsl, 2002/22/11 Exp $\r
-     This file is part of the XSLT MathML Library distribution.\r
-     See ./README or http://www.raleigh.ru/MathML/mmltex for\r
-     copyright and other information                                        -->\r
-<!-- ====================================================================== -->\r
-\r
-<xsl:include href="tokens.xsl"/>\r
-<xsl:include href="glayout.xsl"/>\r
-<xsl:include href="scripts.xsl"/>\r
-<xsl:include href="tables.xsl"/>\r
-<xsl:include href="entities.xsl"/>\r
-<xsl:include href="cmarkup.xsl"/>\r
-\r
-<!-- Note: variables colora (template color) and symbola (template startspace) only for Sablotron -->\r
-\r
-<xsl:template name="startspace">\r
-       <xsl:param name="symbol"/>\r
-       <xsl:if test="contains($symbol,' ')">\r
-               <xsl:variable name="symbola" select="concat(substring-before($symbol,' '),substring-after($symbol,' '))"/>\r
-               <xsl:call-template name="startspace">\r
-                       <xsl:with-param name="symbol" select="$symbola"/>\r
-               </xsl:call-template>\r
-       </xsl:if>\r
-       <xsl:if test="not(contains($symbol,' '))">\r
-               <xsl:value-of select="$symbol"/>\r
-       </xsl:if>\r
-</xsl:template>\r
-\r
-<xsl:strip-space elements="m:*"/>\r
-\r
-<xsl:template match="m:math">\r
-       <xsl:text>&#x00024;</xsl:text>\r
-       <xsl:apply-templates/>\r
-       <xsl:text>&#x00024;</xsl:text>\r
-</xsl:template>\r
-\r
-</xsl:stylesheet>
\ No newline at end of file