Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 212

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>index.number.separator</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="toc_index.html" title="ToC/LoT/Index Generation"><link rel="prev" href="index.div.title.properties.html" title="index.div.title.properties"><link rel="next" href="index.range.separator.html" title="index.range.separator"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">index.number.separator</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.div.title.properties.html">Prev</a> </td><th width="60%" align="center">ToC/LoT/Index Generation</th><td width="20%" align="right"> <a accesskey="n" href="index.range.separator.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="index.number.separator"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">index.number.separator</span></h2><p>
index.number.separator
 &#8212; Override for punctuation separating page numbers in index
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="index.number.separator.frag"></a><pre class="programlisting">
&lt;xsl:param name="index.number.separator"&gt;&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp3636480"></a><h2>Description</h2>

<p>This parameter permits you to override the text to insert between
page references in a formatted index entry.  Typically 
that would be a comma and a space.
</p>

<p>Because this text may be locale dependent,
this parameter's value is normally taken from a gentext
template named 'number-separator' in the
context 'index' in the stylesheet
locale file for the language
of the current document.
This parameter can be used to override the gentext string,
and would typically be used on the command line.
This parameter would apply to all languages.
</p>

<p>So this text string can be customized in two ways.
You can reset the default gentext string using
the <em class="parameter"><code>local.l10n.xml</code></em> parameter, or you can
override the gentext with the content of this parameter.
The content can be a simple string, or it can be
something more complex such as a call-template.
</p>

<p>In HTML index output, section title references are used instead of
page number references.  This punctuation appears between
such section titles in an HTML index.
</p>

</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.div.title.properties.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="toc_index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="index.range.separator.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">index.div.title.properties </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> index.range.separator</td></tr></table></div></body></html>