Strip stray atom elements
This commit is contained in:
parent
d7f7182579
commit
53a2fd4e1e
@ -239,6 +239,11 @@
|
|||||||
<!-- Feedburner detritus -->
|
<!-- Feedburner detritus -->
|
||||||
<xsl:template match="xhtml:div[@class='feedflare']"/>
|
<xsl:template match="xhtml:div[@class='feedflare']"/>
|
||||||
|
|
||||||
|
<!-- Remove stray atom elements -->
|
||||||
|
<xsl:template match="atom:*">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<!-- pass through everything else -->
|
<!-- pass through everything else -->
|
||||||
<xsl:template match="@*|node()">
|
<xsl:template match="@*|node()">
|
||||||
<xsl:copy>
|
<xsl:copy>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user