f:citations
f:citations — Returns the citations for a term.
Function:
{http://docbook.org/ns/docbook/functions}citations#1
{http://docbook.org/ns/docbook/functions}citations#2
Defined in:
../standalone-functions.xsl (2)
Used in:
modules/functions.xsl
Since:
2.2.0
Synopsis
f:citations( | $term as element()) as element()* |
f:citations( | $term as element(), |
$root as document-node()) as element()* |
Description
Returns all of the citation
elements in the document that match
$term
. The document is identified by $root
, if specified,
otherwise the document is the one that $term
appears in.