f:available-glossaries

f:available-glossaries — Returns a list of all available glossaries.

Function:
{http://docbook.org/ns/docbook/functions}available-glossaries#1
{http://docbook.org/ns/docbook/functions}available-glossaries#2
Defined in:
../standalone-functions.xsl (2)
Used in:
modules/functions.xsl
Since:
2.2.0

Synopsis

f:available-glossaries($term as element())
f:available-glossaries($term as element(),
$collections as xs:string*)

Description

The glossaries available are all of the glossarys in the current document plus any that are referenced with db processing instructions using the glossary-collection pseudo-attribute in the root element.

In the two-argument form, a list of additional URIs may be passed. In common usage, the $glossary-collection parameter is passed this way. (It’s not referenced directly because these functions are available for use outside of the stylesheets, for example in Schematron rules, in standalone-functions.xsl.)

The $term argument is only used to establish the context document for finding glossaries in the current document.