~ubuntu-branches/ubuntu/wily/docbook-xsl-doc/wily

« back to all changes in this revision

Viewing changes to doc/fo/variablelist.term.separator.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>variablelist.term.separator</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="lists.html" title="Lists"><link rel="prev" href="variablelist.max.termlength.html" title="variablelist.max.termlength"><link rel="next" href="variablelist.term.properties.html" title="variablelist.term.properties"><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">variablelist.term.separator</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="variablelist.max.termlength.html">Prev</a>�</td><th width="60%" align="center">Lists</th><td width="20%" align="right">�<a accesskey="n" href="variablelist.term.properties.html">Next</a></td></tr></table><hr></div><div class="refentry" title="variablelist.term.separator"><a name="variablelist.term.separator"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>variablelist.term.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="lists.html" title="Lists"><link rel="prev" href="variablelist.max.termlength.html" title="variablelist.max.termlength"><link rel="next" href="variablelist.term.properties.html" title="variablelist.term.properties"><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">variablelist.term.separator</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="variablelist.max.termlength.html">Prev</a>�</td><th width="60%" align="center">Lists</th><td width="20%" align="right">�<a accesskey="n" href="variablelist.term.properties.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="variablelist.term.separator"></a><div class="titlepage"></div>
2
2
 
3
3
<div class="refnamediv"><h2><span class="refentrytitle">variablelist.term.separator</span></h2><p>
4
4
variablelist.term.separator
6
6
<a href="http://docbook.org/tdg5/en/html/varlistentry.html"><code class="sgmltag-element">varlistentry</code></a>
7
7
</p></div>
8
8
 
9
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
9
<div class="refsynopsisdiv"><h2>Synopsis</h2>
10
10
<a name="variablelist.term.separator.frag"></a><pre class="programlisting">
11
11
&lt;xsl:param name="variablelist.term.separator"&gt;, &lt;/xsl:param&gt;</pre>
12
12
</div>
13
13
 
14
 
<div class="refsection" title="Description"><a name="id36222103"></a><h2>Description</h2>
 
14
<div class="refsection"><a name="idp4680832"></a><h2>Description</h2>
15
15
 
16
16
<p>When a <a href="http://docbook.org/tdg5/en/html/varlistentry.html"><code class="sgmltag-element">varlistentry</code></a> contains multiple <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a>
17
17
elements, the string specified in the value of the
18
18
<a href="../html/variablelist.term.separator.html"><em class="parameter"><code>variablelist.term.separator</code></em></a> parameter is placed
19
19
after each <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a> except the last.</p>
20
20
 
21
 
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
 
21
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
22
22
  <p>To generate a line break between multiple <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a>s in
23
23
  a <a href="http://docbook.org/tdg5/en/html/varlistentry.html"><code class="sgmltag-element">varlistentry</code></a>, set a non-zero value for the
24
24
  <a href="../html/variablelist.term.break.after.html"><em class="parameter"><code>variablelist.term.break.after</code></em></a> parameter. If