t:glossary-divisions

t:glossary-divisions — Groups entries in a glossary.

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

Synopsis

<xsl:template name="t:glossary-divisions">
                  <xsl:param name="terms" as="element(db:glossentry)+"/>
                </xsl:template>

Description

If $glossary-automatic-divisions is true, this template is used to construct the divisions. By default, it makes groups based on the (upper-case) first letter of the terms. It does not add a grouping wrapper if there’s only one group.