diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 14:05:47 -0700 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2012-06-12 14:58:00 -0700 |
commit | 0ebc96393cd7cd5c861276ae733307bd7b8d87f7 (patch) | |
tree | 899f86030089e8daa5eaf48af5b8b5b7780998d6 /params/index.range.separator.xml | |
parent | 7f26f4160c974d34117c14272d3e4f56a471e8f1 (diff) | |
download | docbook-xsl-master.tar.gz docbook-xsl-master.tar.bz2 docbook-xsl-master.zip |
Required package for building systemd man pages.
Change-Id: I0a200a2340a5aea24898b428b8e9b55da57e3e5b
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
Diffstat (limited to 'params/index.range.separator.xml')
-rw-r--r-- | params/index.range.separator.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/params/index.range.separator.xml b/params/index.range.separator.xml new file mode 100644 index 0000000..aff09a9 --- /dev/null +++ b/params/index.range.separator.xml @@ -0,0 +1,57 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="index.range.separator"> +<refmeta> +<refentrytitle>index.range.separator</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>index.range.separator</refname> +<refpurpose>Override for punctuation separating the two numbers +in a page range in index</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="index.range.separator.frag"> +<xsl:param name="index.range.separator"></xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>This parameter permits you +to override the text to insert between +the two numbers of a page range in an index. +This parameter is only used by those XSL-FO processors +that support an extension for generating such page ranges +(such as XEP).</para> + +<para>Because this text may be locale dependent, +this parameter's value is normally taken from a gentext +template named 'range-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. +</para> + +<para>So this text string can be customized in two ways. +You can reset the default gentext string using +the <parameter>local.l10n.xml</parameter> 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. +</para> + +<para>In HTML index output, section title references are used instead of +page number references. So there are no page ranges +and this parameter has no effect. +</para> + +</refsection> +</refentry> |