DocBook xslTNG Reference

t:xlink

t:xlink — Supports hypertext linking.

Template:
{http://docbook.org/ns/docbook/templates}xlink
Defined in:
modules/xlink.xsl
Used in:
modules/inlines.xsl
Used by:
t:inline

Synopsis

<xsl:template name="t:xlink">
  <xsl:param name="content"/>
</xsl:template>

Description

In DocBook, most elements can be links. The t:xlink template is called for each element that might be participating in a link. This includes both simple links (any inline element with an xlink:href attribute) and extended links.

t:top-nav
V. Mode reference
Copyright © 2020–2022 Norman Walsh.