|
|
|
@ -249,17 +249,16 @@
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
|
<xsl:template match="include-feeds">
|
|
|
|
|
<xsl:variable name="year" select="@year"/>
|
|
|
|
|
<xsl:variable name="feeds" select="."/>
|
|
|
|
|
<xsl:for-each select="feed[1]">
|
|
|
|
|
<xsl:for-each select="document(.)/rss/channel/item">
|
|
|
|
|
<xsl:variable name="identifier" select="dc:identifier"/>
|
|
|
|
|
<xsl:variable name="slug"
|
|
|
|
|
select="substring-before(substring-after(description, 'event on media: //media.ccc.de/'), '.html')"/>
|
|
|
|
|
<xsl:variable name="title" select="substring-before(title, ' (ds2015)')"/>
|
|
|
|
|
<xsl:variable name="title" select="substring-before(title, concat(' (ds', $year, ')'))"/>
|
|
|
|
|
<xsl:variable name="preview"
|
|
|
|
|
select="concat('https://static.media.ccc.de/media/events/datenspuren/2015/',
|
|
|
|
|
substring-before(substring-after(link ,'/DS2015-'), '-'),
|
|
|
|
|
'-sd_preview.jpg')"/>
|
|
|
|
|
select="concat('https://static.media.ccc.de/media/events/datenspuren/', $year, '/', substring-before(substring-after(link, concat('/DS', $year, '-')), '-'), '-sd_preview.jpg')"/>
|
|
|
|
|
|
|
|
|
|
<section class="resource">
|
|
|
|
|
<h4>
|
|
|
|
|