+       <xsl:template match="xhtml:div[@class='package']/xhtml:span[@class='name']">
+               <xsl:copy>
+                       <xsl:copy-of select="@class"/>
+
+                       <xsl:value-of select="$help-package-filename"/>
+               </xsl:copy>
+       </xsl:template>
+
+       <xsl:template match="xhtml:div[@class='package']/xhtml:a[@class='current-link']">