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

« back to all changes in this revision

Viewing changes to doc/common/template.string.lower.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-07-23 15:19:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090723151936-hnjus4hda6gl9486
Tags: 1.75.2-1
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.8.2.

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>string.lower</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="base.html" title="Common � Base Template Reference"><link rel="prev" href="template.string.upper.html" title="string.upper"><link rel="next" href="template.select.choice.separator.html" title="select.choice.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">string.lower</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="template.string.upper.html">Prev</a>�</td><th width="60%" align="center">Common � Base Template Reference</th><td width="20%" align="right">�<a accesskey="n" href="template.select.choice.separator.html">Next</a></td></tr></table><hr></div><div class="refentry" title="string.lower"><a name="template.string.lower"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>string.lower</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="base.html" title="Common � Base Template Reference"><link rel="prev" href="template.string.upper.html" title="string.upper"><link rel="next" href="template.select.choice.separator.html" title="select.choice.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">string.lower</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="template.string.upper.html">Prev</a>�</td><th width="60%" align="center">Common � Base Template Reference</th><td width="20%" align="right">�<a accesskey="n" href="template.select.choice.separator.html">Next</a></td></tr></table><hr></div><div class="refentry" title="string.lower"><a name="template.string.lower"></a><div class="titlepage"></div>
2
2
<div class="refnamediv"><h2>string.lower</h2><p>
3
3
string.lower
4
4
 &#8212; Converts a string to all lowercase letters
9
9
  ...
10
10
&lt;/xsl:template&gt;</pre>
11
11
</div>
12
 
<div class="refsect1" title="Description"><a name="id1458574"></a><h2>Description</h2>
 
12
<div class="refsect1" title="Description"><a name="id1458094"></a><h2>Description</h2>
13
13
 
14
14
<p>Given a string, this template does a language-aware conversion
15
15
of that string to all lowercase letters, based on the values of the
20
20
<code class="literal">lowercase.alpha</code>. All other characters are left
21
21
unchanged.</p>
22
22
 
23
 
</div><div class="refsect1" title="Parameters"><a name="id1458603"></a><h2>Parameters</h2>
 
23
</div><div class="refsect1" title="Parameters"><a name="id1458122"></a><h2>Parameters</h2>
24
24
 
25
25
<div class="variablelist"><dl><dt><span class="term">string</span></dt><dd>
26
26