]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix link to ToC when chunk.toc.and.lots is 1.
authorBob Stayton <bobs@sagehill.net>
Sun, 10 Apr 2005 02:03:21 +0000 (02:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 10 Apr 2005 02:03:21 +0000 (02:03 +0000)
xsl/html/chunk-common.xsl

index 8447c91ee0d437731c117ee89eed87724404f357..e89a5cc94bb3b81e68e0908b24dde66938f263c6 100644 (file)
                   <a accesskey="t">
                     <xsl:attribute name="href">
                       <xsl:apply-templates select="/*[1]"
-                                           mode="recursive-chunk-filename"/>
+                                           mode="recursive-chunk-filename">
+                        <xsl:with-param name="recursive" select="true()"/>
+                      </xsl:apply-templates>
                       <xsl:text>-toc</xsl:text>
                       <xsl:value-of select="$html.ext"/>
                     </xsl:attribute>