Newer AS7 integration binary, with ASF detection fixes and newer image assets.
[pub/USBasp.git] / LUFA / StudioIntegration / HV1 / lufa_helpcontentsetup_transform.xslt
index f1a0add..1f56d69 100644 (file)
@@ -1,6 +1,6 @@
 <!--
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2015.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
                </xsl:copy>
        </xsl:template>
 
-       <!-- Update the LUFA version to the version passed as a parameter -->
-       <xsl:template match="xhtml:title | xhtml:div[@class='details']/xhtml:span[@class='name']">
+       <!-- Update the LUFA help package file name -->
+       <xsl:template match="xhtml:div[@class='package']/xhtml:span">
                <xsl:copy>
-                       <xsl:copy-of select="@*"/>
+                       <xsl:copy-of select="@class"/>
 
-                       <xsl:value-of select="."/>
-                       <xsl:text> (</xsl:text>
+                       <xsl:text>lufa_help_</xsl:text>
                        <xsl:value-of select="$extension-version"/>
-                       <xsl:text>)</xsl:text>
+                       <xsl:text>.mshc</xsl:text>
                </xsl:copy>
        </xsl:template>