f:unique-id
f:unique-id — Returns an ID for the element.
Function:
{http://docbook.org/ns/docbook/functions}unique-id#1
Defined in:
modules/functions.xsl
Used in:
Not used.
Synopsis
f:unique-id( | $node as element()) as xs:string |
Description
This function returns a globally unique ID for the element. This allows
a transformation to disambiguate between different elements that happen to have
the same xml:id
, as can occur if transclusion is performed.