t:generate-index

t:generate-index — Generate a back-of-the-book style index.

Template:
{http://docbook.org/ns/docbook/templates}generate-index
Defined in:
modules/index.xsl
Used in:
modules/index.xsl

Synopsis

<xsl:template name="t:generate-index">
  <xsl:param name="scope"/>
</xsl:template>

Description

This template is called when an empty index tag is found the document and automatic index generation is enabled. Automatic index generation is enabled if either the $generate-index is true or a db processing instruction with an autoindex pseudo-attribute is true. If the autoindex pseudo-attribute is explicitly false, automatic index generation is suppressed for the index in which it appears.