f:available-bibliographies

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

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

Synopsis

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

Description

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

In the two-argument form, a list of additional URIs may be passed. In common usage, the $bibliography-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 bibliographies in the current document.