t:bottom-nav
t:bottom-nav — Generate bottom-of-page navigation links.
Template:
{http://docbook.org/ns/docbook/templates}bottom-nav
Defined in:
modules/chunk-cleanup.xsl
Used in:
modules/chunk-cleanup.xsl
Synopsis
<xsl:template name="t:bottom-nav">
<xsl:param name="chunk" as="xs:boolean"/>
<xsl:param name="node" as="element()"/>
<xsl:param name="prev" as="element()?"/>
<xsl:param name="next" as="element()?"/>
<xsl:param name="up" as="element()?"/>
<xsl:param name="top" as="element()?"/>
</xsl:template>
Description
This template generates the bottom-of-page nav
element. When
chunking is performed, this should provide links between pages.