$v:xref-groups
$v:xref-groups — Controls how cross-references are formatted.
Variable:
{http://docbook.org/ns/docbook/variables}xref-groups
Defined in:
modules/xref.xsl
Used in:
modules/xref.xsl
Since:
2.0.0
Synopsis
|<xsl:variable name="v:xref-groups"
| as="element()+">
| <xsl:sequence select="$v:user-xref-groups"/>
| <crossref xpath="self::db:section[ancestor::db:preface]"
| group="xref"
| template="section-in-preface"/>
| <crossref xpath="self::db:section" group="xref-number-and-title"/>
| <crossref xpath="self::db:chapter|self::db:appendix"
| group="xref-number-and-title"/>
| <crossref xpath="self::db:part|self::db:reference" group="xref-number-and-title"/>
| <crossref xpath="self::db:figure|self::db:example|self::db:table |self::db:procedure|self::db:equation |self::db:formalgroup"
| group="xref-number-and-title"/>
| <crossref xpath="self::*" group="xref"/>
|</xsl:variable>
Description
The cross-reference groups variable determines which template group is used for a cross-reference. See Chapter 4, Localization.