fsfe-website/news/podcast-opus.rss.xsl

15 lines
428 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="podcast.rss.xsl" />
<xsl:output method="xml" encoding="utf-8" indent="yes" />
<xsl:template match="/">
<xsl:apply-templates select="/buildinfo/document">
<xsl:with-param name="audioformat" select="'opus'" />
</xsl:apply-templates>
</xsl:template>
</xsl:stylesheet>