1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="xref.with.number.and.title">
8 <refentrytitle>xref.with.number.and.title</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
12 <refname>xref.with.number.and.title</refname>
13 <refpurpose>Use number and title in cross references</refpurpose>
17 <src:fragment xml:id="xref.with.number.and.title.frag">
18 <xsl:param name="xref.with.number.and.title" select="1"/>
22 <refsection><info><title>Description</title></info>
24 <para>A cross reference may include the number (for example, the number of
25 an example or figure) and the <tag>title</tag> which is a required child of some
26 targets. This parameter inserts both the relevant number as well as
27 the title into the link. </para>