Remove redundant template from html-to-website-xml.xsl

This commit is contained in:
Jim Apperly 2012-01-27 12:32:36 +00:00
parent 9fd3ce8d36
commit 0143a21c03
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
<xsl:output method="xml" />
<xsl:template match="*"/>
<!-- Copy every element through -->
<xsl:template match="*">
<xsl:element name="{name()}" namespace="http://www.w3.org/1999/xhtml">