]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't include equations w/o titles in the LOT for equations
authorNorman Walsh <ndw@nwalsh.com>
Tue, 16 Jul 2002 19:05:06 +0000 (19:05 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 16 Jul 2002 19:05:06 +0000 (19:05 +0000)
xsl/fo/division.xsl

index 7b823b2260a2270061bf51e2e6e8502a73985d5d..c9672dcb3740a74a37651c90c07d60b1dd4aadd7 100644 (file)
       <fo:flow flow-name="xsl-region-body">
         <xsl:call-template name="list.of.titles">
           <xsl:with-param name="titles" select="'equation'"/>
-          <xsl:with-param name="nodes" select=".//equation"/>
+          <xsl:with-param name="nodes" select=".//equation[title]"/>
         </xsl:call-template>
       </fo:flow>
     </fo:page-sequence>