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

« back to all changes in this revision

Viewing changes to doc/common/template.get.doc.title.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>get.doc.title</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="utility.html" title="Common � Utility Template Reference"><link rel="prev" href="template.log.message.html" title="log.message"><link rel="next" href="template.pad-string.html" title="pad-string"><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">get.doc.title</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="template.log.message.html">Prev</a>�</td><th width="60%" align="center">Common � Utility Template Reference</th><td width="20%" align="right">�<a accesskey="n" href="template.pad-string.html">Next</a></td></tr></table><hr></div><div class="refentry" title="get.doc.title"><a name="template.get.doc.title"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>get.doc.title</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="utility.html" title="Common � Utility Template Reference"><link rel="prev" href="template.log.message.html" title="log.message"><link rel="next" href="template.pad-string.html" title="pad-string"><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">get.doc.title</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="template.log.message.html">Prev</a>�</td><th width="60%" align="center">Common � Utility Template Reference</th><td width="20%" align="right">�<a accesskey="n" href="template.pad-string.html">Next</a></td></tr></table><hr></div><div class="refentry" title="get.doc.title"><a name="template.get.doc.title"></a><div class="titlepage"></div>
2
2
<div class="refnamediv"><h2>get.doc.title</h2><p>
3
3
get.doc.title
4
4
 &#8212; Gets a title from the current document
6
6
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
7
7
<pre class="synopsis">&lt;xsl:template name="get.doc.title"/&gt;</pre>
8
8
</div>
9
 
<div class="refsect1" title="Description"><a name="id1460823"></a><h2>Description</h2>
 
9
<div class="refsect1" title="Description"><a name="id1460342"></a><h2>Description</h2>
10
10
    
11
11
<p>The <code class="function">get.doc.title</code> template is a
12
12
      utility template for returning the first title found in the
13
13
      current document.</p>
14
14
 
15
 
  </div><div class="refsect1" title="Returns"><a name="id1460839"></a><h2>Returns</h2>
 
15
  </div><div class="refsect1" title="Returns"><a name="id1460358"></a><h2>Returns</h2>
16
16
  
17
17
<p>Returns a string containing some identifying title for the
18
18
    current document .</p>