Don't annotate year of book award, but only buchpreis and deutscher_buchpreis
diff --git a/xslt/epub2i5.xsl b/xslt/epub2i5.xsl
index bf8e9fb..e2ab62f 100644
--- a/xslt/epub2i5.xsl
+++ b/xslt/epub2i5.xsl
@@ -383,11 +383,10 @@
<biblScope type="volume-title"/>
</monogr>
<xsl:if test="matches($original_path, 'Buchpreis', 'i')">
- <xsl:variable name="bookprize_year" as="xs:string" select="replace($original_path, '.*Buchpreis_?([0-9]{4}).*' , '$1')"/>
<xsl:element name="note">
<xsl:attribute name="type">award</xsl:attribute>
<xsl:attribute name="subtype">
- <xsl:value-of select="concat('Deutscher Buchpreis ', $bookprize_year)"/>
+ <xsl:value-of select="'Buchpreis deutscher_buchpreis'"/>
</xsl:attribute>
</xsl:element>
</xsl:if>