]> granicus.if.org Git - docbook-dsssl/commitdiff
Use new toc/lot parameters
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:33:27 +0000 (21:33 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:33:27 +0000 (21:33 +0000)
xsl/fo/division.xsl

index 610e8b917b83248e85834bd56127a6acc0ded092..1c9e52a19ee8adc18610ff0d4c2c80f5de8eec1a 100644 (file)
     </fo:page-sequence>
   </xsl:if>
 
-  <xsl:if test="$generate.division.toc != '0'">
+  <xsl:if test="$generate.book.toc != '0'">
     <fo:page-sequence hyphenate="{$hyphenate}"
                       format="i"
                       master-name="{$master-name}">
     </fo:page-sequence>
   </xsl:if>
 
-  <xsl:if test="$generate.division.figure.lot != '0' and .//figure">
+  <xsl:if test="$generate.book.figure.lot != '0' and .//figure">
     <fo:page-sequence hyphenate="{$hyphenate}"
                       format="i"
                       master-name="{$master-name}">
     </fo:page-sequence>
   </xsl:if>
 
-  <xsl:if test="$generate.division.table.lot != '0' and .//table">
+  <xsl:if test="$generate.book.table.lot != '0' and .//table">
     <fo:page-sequence hyphenate="{$hyphenate}"
                       format="i"
                       master-name="{$master-name}">
     </fo:page-sequence>
   </xsl:if>
 
-  <xsl:if test="$generate.division.example.lot != '0' and .//example">
+  <xsl:if test="$generate.book.example.lot != '0' and .//example">
     <fo:page-sequence hyphenate="{$hyphenate}"
                       format="i"
                       master-name="{$master-name}">
     </fo:page-sequence>
   </xsl:if>
 
-  <xsl:if test="$generate.division.equation.lot != '0' and .//equation">
+  <xsl:if test="$generate.book.equation.lot != '0' and .//equation">
     <fo:page-sequence hyphenate="{$hyphenate}"
                       format="i"
                       master-name="{$master-name}">