]> git.stg.codes - stg.git/blob - doc/xslt/params/xref.with.number.and.title.xml
Set output encoding to utf-8.
[stg.git] / doc / xslt / params / xref.with.number.and.title.xml
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">
7 <refmeta>
8 <refentrytitle>xref.with.number.and.title</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10 </refmeta>
11 <refnamediv>
12 <refname>xref.with.number.and.title</refname>
13 <refpurpose>Use number and title in cross references</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17 <src:fragment xml:id="xref.with.number.and.title.frag">
18 <xsl:param name="xref.with.number.and.title" select="1"/>
19 </src:fragment>
20 </refsynopsisdiv>
21
22 <refsection><info><title>Description</title></info>
23
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>
28
29 </refsection>
30 </refentry>