]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed XT support
authorNorman Walsh <ndw@nwalsh.com>
Tue, 16 Oct 2001 18:11:08 +0000 (18:11 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 16 Oct 2001 18:11:08 +0000 (18:11 +0000)
xsl/xhtml/xtchunk.xsl [deleted file]

diff --git a/xsl/xhtml/xtchunk.xsl b/xsl/xhtml/xtchunk.xsl
deleted file mode 100644 (file)
index a136cdb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:mml="http://www.w3.org/1998/Math/MathML"
-               version="1.0">
-
-<xsl:import href="../html/xtchunk.xsl"/>
-
-<xsl:param name="html.ext" select="'.xhtm'"/>
-
-<xsl:output method="xml"/>
-
-<xsl:template match="mml:*">
-  <xsl:element name="{name(.)}">
-    <xsl:copy-of select="@*"/>
-    <xsl:apply-templates/>
-  </xsl:element>
-</xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file