summaryrefslogtreecommitdiff
path: root/convert.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'convert.xsl')
-rw-r--r--convert.xsl11
1 files changed, 0 insertions, 11 deletions
diff --git a/convert.xsl b/convert.xsl
index 731452e..0bb1153 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -101,15 +101,4 @@
<xsl:apply-templates select="//div[@class='markdown']/*" mode="conv"/>
</chapter>
</xsl:template>
-
- <xsl:template match="*" mode="copy">
- <xsl:element name="{local-name()}">
- <xsl:apply-templates mode="copy" select="@*|node()" />
- </xsl:element>
- </xsl:template>
- <xsl:template match="@*" mode="copy">
- <xsl:attribute name="{local-name()}">
- <xsl:value-of select="." />
- </xsl:attribute>
- </xsl:template>
</xsl:stylesheet>