source: trunk/Distribution/XSL/params/xref.label-page.separator.xml

Last change on this file 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: 1.1 KB
Line 
1<refentry id="xref.label-page.separator">
2<refmeta>
3<refentrytitle>xref.label-page.separator</refentrytitle>
4<refmiscinfo role="type">string</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>xref.label-page.separator</refname>
8<refpurpose>Punctuation or space separating label from page number in xref</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='xref.label-page.separator.frag'><xsl:param name="xref.label-page.separator"><xsl:text> </xsl:text></xsl:param></src:fragment>
13</refsynopsisdiv>
14
15<refsect1><title>Description</title>
16
17<para>
18This parameter allows you to control the punctuation of certain
19types of generated cross reference text.
20When cross reference text is generated for an
21<sgmltag class="element">xref</sgmltag> or
22<sgmltag class="element">olink</sgmltag> element
23using an <sgmltag class="attribute">xrefstyle</sgmltag> attribute
24that makes use of the <literal>select:</literal> feature,
25and the selected components include both label and page
26but no title,
27then the value of this parameter is inserted between
28label and page number in the output.
29If a title is included, then other separators are used.
30</para>
31
32</refsect1>
33</refentry>
Note: See TracBrowser for help on using the repository browser.