Strip stray atom elements

This commit is contained in:
Jacques Distler 2006-09-08 08:05:17 -05:00
parent d7f7182579
commit 53a2fd4e1e

View File

@ -239,6 +239,11 @@
<!-- Feedburner detritus -->
<xsl:template match="xhtml:div[@class='feedflare']"/>
<!-- Remove stray atom elements -->
<xsl:template match="atom:*">
<xsl:apply-templates/>
</xsl:template>
<!-- pass through everything else -->
<xsl:template match="@*|node()">
<xsl:copy>