Re: [docbook-apps] Multiple TOCs

From
Peter Fleck <>
Date
2018-05-08T17:17:49+00:00
ID
Thread
Re: [docbook-apps] Multiple TOCs
<xsl:call-template name="make.book.tocs">
   <xsl:with-param name="toc.max.depth" select="4"/>
   <xsl:with-param name="toc.section.depth" select="0"/>
  </xsl:call-template>
  <xsl:call-template name="make.book.tocs">
   <xsl:with-param name="toc.max.depth" select="4"/>
   <xsl:with-param name="toc.section.depth" select="1"/>
  </xsl:call-template>