← Prev in month ← Prev in thread

Re: [docbook-apps] Page X of Y in user.footer.navigation

From
Diane Larin <>
Date
2008-03-28T15:00:01+00:00
ID
Thread
Re: [docbook-apps] Page X of Y in user.footer.navigation
<!-- Turn the chunk hierarchy into a node-set -->
<xsl:variable name="mychunks"
select="exsl:node-set($mychunk.hierarchy)//div"/>

<!-- Get the total number of chunks -->
<xsl:variable name="chunk.total" select="count($mychunks)"/>
← Prev in month ← Prev in thread