File: titlepage.html

package info (click to toggle)
docbook-xsl-doc 1.75.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,848 kB
  • ctags: 3,038
  • sloc: makefile: 34; sh: 5
file content (63 lines) | stat: -rw-r--r-- 4,269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>t:titlepage</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: ReferenceDocumentation"><link rel="up" href="index.html" title="Part4.Titlepage Template Stylesheet Reference"><link rel="prev" href="star.html" title="xsl:*"><link rel="next" href="attr_star_in_copy.literal.atts.html" title="@* (in copy.literal.atts mode)"><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">t:titlepage</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="star.html">Prev</a></td><th width="60%" align="center">Part4.Titlepage Template Stylesheet Reference</th><td width="20%" align="right"><a accesskey="n" href="attr_star_in_copy.literal.atts.html">Next</a></td></tr></table><hr></div><div class="refentry" title="t:titlepage"><a name="titlepage"></a><div class="titlepage"></div>
<div class="refnamediv"><h2>t:titlepage</h2><p>
t:titlepage
 &#8212; Create the templates necessary to construct a title page
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<pre class="synopsis">&lt;xsl:template match="t:titlepage"/&gt;</pre>
</div>
<div class="refsect1" title="Description"><a name="id1461287"></a><h2>Description</h2>

<p>The <code class="literal">t:titlepage</code> element creates a set of
templates for processing the titlepage for an element. The
<span class="quote">&#8220;<span class="quote">root</span>&#8221;</span> of this template set is the template named
<span class="quote">&#8220;<span class="quote"><code class="literal">wrapper.titlepage</code></span>&#8221;</span>. That is the
template that should be called to generate the title page.
</p>



<p>The <code class="literal">t:titlepage</code> element has three attributes:


</p><div class="variablelist"><dl><dt><span class="term">element</span></dt><dd>
<p>The name of the source document element for which
these templates apply. In other words, to make a title page for the
<a href="http://docbook.org/tdg5/en/html/article.html"><code class="sgmltag-element">article</code></a> element, set the
<code class="sgmltag-attribute">element</code> attribute to
<span class="quote">&#8220;<span class="quote"><code class="literal">article</code></span>&#8221;</span>. This attribute is required.
</p>
</dd><dt><span class="term">wrapper</span></dt><dd>
<p>The entire title page can be wrapped with an element.
This attribute identifies that element.
</p>
</dd><dt><span class="term">class</span></dt><dd>
<p>If the <code class="sgmltag-attribute">class</code> attribute
is set, a <code class="sgmltag-attribute">class</code> attribute with this
value will be added to the wrapper element that surrounds the entire
title page.
</p>
</dd></dl></div><p>

</p>



<p>Any other attributes are copied through literally to the
wrapper element.</p>



<p>The content of a <code class="literal">t:titlepage</code> is one or
more <code class="literal">t:titlepage-content</code>,
<code class="literal">t:titlepage-separator</code>, and
<code class="literal">t:titlepage-before</code> elements.</p>



<p>Each of these elements may be provided for the <span class="quote">&#8220;<span class="quote">recto</span>&#8221;</span>
and <span class="quote">&#8220;<span class="quote">verso</span>&#8221;</span> sides of the title page.</p>


</div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="star.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="attr_star_in_copy.literal.atts.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">xsl:*</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">@* (in copy.literal.atts mode)</td></tr></table></div></body></html>