]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed "." from the nodes variable in the set.toc template.
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Jun 2008 15:56:28 +0000 (15:56 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 4 Jun 2008 15:56:28 +0000 (15:56 +0000)
xsl/fo/autotoc.xsl

index 99f3c88424c1f8bd394a19ab8c9ad9493a78f946..1c55e9e610af4756ec0300ac3736757f495bd782 100644 (file)
@@ -17,6 +17,7 @@
 <!-- ==================================================================== -->
 
 <xsl:template name="set.toc">
+
   <xsl:param name="toc-context" select="."/>
 
   <xsl:variable name="id">
@@ -29,7 +30,7 @@
     </xsl:call-template>
   </xsl:variable>
 
-  <xsl:variable name="nodes" select=".|book|set|setindex"/>
+  <xsl:variable name="nodes" select="book|set|setindex"/>
 
   <xsl:if test="$nodes">
     <fo:block id="toc...{$id}"