source: trunk/Distribution/XSL/params/use.id.function.xml@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 856 bytes
Line 
1<refentry id="use.id.function">
2<refmeta>
3<refentrytitle>use.id.function</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>use.id.function</refname>
8<refpurpose>Use the XPath id() function to find link targets?</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='use.id.function.frag'><xsl:param name="use.id.function" select="'1'"/></src:fragment>
13</refsynopsisdiv>
14
15<refsect1><title>Description</title>
16
17<para>If 1, the stylesheets use the <function>id()</function> function
18to find the targets of cross reference elements. This is more
19efficient, but only works if your XSLT processor implements the
20<function>id()</function> function, naturally.</para>
21<para>THIS PARAMETER IS NOT SUPPORTED. IT IS ALWAYS ASSUMED TO BE 1.
22SEE xref.xsl IF YOU NEED TO TURN IT OFF.</para>
23
24</refsect1>
25</refentry>
Note: See TracBrowser for help on using the repository browser.