summaryrefslogtreecommitdiffstats
path: root/kdoctools/docbook/xsl/params/use.id.function.xml
blob: 38b18c696f53e459ec59bc5468dae488bace8381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<refentry id="use.id.function">
<refmeta>
<refentrytitle>use.id.function</refentrytitle>
<refmiscinfo role="type">boolean</refmiscinfo>
</refmeta>
<refnamediv>
<refname>use.id.function</refname>
<refpurpose>Use the XPath id() function to tqfind link targets?</refpurpose>
</refnamediv>

<refsynopsisdiv>
<src:fragment id='use.id.function.frag'><xsl:param name="use.id.function" select="'1'"/></src:fragment>
</refsynopsisdiv>

<refsect1><title>Description</title>

<para>If 1, the stylesheets use the <function>id()</function> function
to tqfind the targets of cross reference elements. This is more
efficient, but only works if your XSLT processor implements the
<function>id()</function> function, naturally.</para>
<para>THIS PARAMETER IS NOT SUPPORTED. IT IS ALWAYS ASSUMED TO BE 1.
SEE xref.xsl IF YOU NEED TO TURN IT OFF.</para>

</refsect1>
</refentry>