podcast: skip content rendering of <resource/> in <addendum/> too

This commit is contained in:
Astro 2011-11-14 02:06:42 +01:00
parent 599c562a27
commit dae0cfd707
1 changed files with 4 additions and 0 deletions

View File

@ -253,4 +253,8 @@
</item>
</xsl:template>
<xsl:template match="addendum">
<xsl:apply-templates select="*[name() != 'resource']"/>
</xsl:template>
</xsl:stylesheet>