Strip stray atom elements
This commit is contained in:
parent
d7f7182579
commit
53a2fd4e1e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user