f:target
f:target — Returns the element identified by a particular id.
Function:
{http://docbook.org/ns/docbook/functions}target#2
Defined in:
modules/functions.xsl
Used in:
modules/programming.xsl, modules/links.xsl
Synopsis
f:target( | $id as xs:string, |
$context as node()) as element()* |
Description
The item with the specified ID that is in the same document as
$context
item is returned.