]> granicus.if.org Git - docbook-dsssl/commitdiff
Support List of Procedures
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 20:56:49 +0000 (20:56 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 20:56:49 +0000 (20:56 +0000)
xsl/fo/autotoc.xsl

index e89452438fa5fdecfc2b3f416b1aca1c7b33d0cc..b17a5b7b3ecc3171953fc323caa44409a5f79551 100644 (file)
         <xsl:when test="$titles='example'">
           <xsl:call-template name="list.of.examples.titlepage"/>
         </xsl:when>
+        <xsl:when test="$titles='procedure'">
+          <xsl:call-template name="list.of.procedures.titlepage"/>
+        </xsl:when>
         <xsl:otherwise>
           <xsl:call-template name="list.of.unknowns.titlepage"/>
         </xsl:otherwise>
   </xsl:if>
 </xsl:template>
 
-<xsl:template match="figure|table|example|equation" mode="toc">
+<xsl:template match="figure|table|example|equation|procedure" mode="toc">
   <xsl:call-template name="toc.line"/>
 </xsl:template>