$components-number-from

$components-number-from — Identifies where component numeration begins.

Parameter:
{}components-number-from
Defined in:
param.xsl
Used in:
param.xsl, modules/numbers.xsl

Synopsis

  |$components-number-from as xs:string := 'book'

Description

Component numbers (if components are numbered) begin from here.

See Section 3.5, “Controlling numeration”.

root

Components are numbered from the beginning of the document.

set

Components are numbered from their nearest ancestor set.

book

Components are numbered from their nearest ancestor book.

division

Components are numbered from their parent division.