Remove redundant template from html-to-website-xml.xsl
This commit is contained in:
parent
9fd3ce8d36
commit
0143a21c03
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue