f:intra-number-separator

f:intra-number-separator — Return the intra-number separator.

Function:
{http://docbook.org/ns/docbook/functions}intra-number-separator#1
Defined in:
modules/functions.xsl
Used in:
modules/titles.xsl

Synopsis

f:intra-number-separator($node as element()) as node()*

Description

When a compound number appears in a title, this function is used to obtain the intra number separator. The most common separator is “.” which results in numbers such as “Section 3.4”. If the function returned “*”, the section title would be rendered as “Section 3*4”.