$generated-id-root

$generated-id-root — The string generated as the unique identifier for the root of the tree.

Parameter:
{}generated-id-root
Defined in:
param.xsl
Used in:
param.xsl, modules/functions.xsl
Used by:
f:generate-id()

Synopsis

  |$generated-id-root := 'R'

Description

When f:generate-id() is constructing a unique identifier for an element, it walks up the ancestors of that element. If it reaches the root of the tree, it uses $generated-id-root to mark that location.