+ <xsl:template match="xhtml:div[@class='package']/xhtml:span">
+ <xsl:copy>
+ <xsl:copy-of select="@class"/>
+
+ <xsl:text>lufa_help_</xsl:text>
+ <xsl:value-of select="$extension-version"/>
+ <xsl:text>.mshc</xsl:text>
+ </xsl:copy>
+ </xsl:template>
+