$use-label-numeration — Should label attributes be used for numeration?

Parameter:
{}use-label-numeration
Defined in:
param.xsl
Used in:
main.xsl, param.xsl
Since:
2.7.4

Synopsis

$use-label-numeration as xs:string := 'false'

Description

All of the number parameters ($component-numbers, $division-numbers, $section-numbers, $formal-object-numbers) state that numbering only applies if there’s no explicit label. But the stylesheets actually ignore the label. If this parameter is true, then the label attribute, if present, will be used as the label. This parameter is false by default only for backwards compatibility.

See Section 3.6, “Controlling numeration”.