t:xlink
t:xlink — Supports hypertext linking.
Template:
{http://docbook.org/ns/docbook/templates}xlink
Defined in:
modules/xlink.xsl
Used in:
modules/links.xsl
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.