Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6e019a662639ac6470f50dea3a4d8157 > files > 1190

docbook-style-xsl-doc-1.79.2-4.mga7.noarch.rpm

<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>t:titlepage</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference&nbsp;Documentation"><link rel="up" href="index.html" title="Part&nbsp;4.&nbsp;Titlepage Template Stylesheet Reference"><link rel="prev" href="star.html" title="xsl:*"><link rel="next" href="titlepage-content.html" title="t:titlepage-content"><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>&nbsp;</td><th width="60%" align="center">Part&nbsp;4.&nbsp;Titlepage Template Stylesheet Reference</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="titlepage-content.html">Next</a></td></tr></table><hr></div><div class="refentry"><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"><h2>Synopsis</h2><pre class="synopsis">&lt;xsl:template match="t:titlepage"/&gt;</pre></div><div class="refsect1"><a name="d0e35605"></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 class="variablelist"><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
<code class="sgmltag-element">article</code> 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>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="titlepage-content.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">xsl:*&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;t:titlepage-content</td></tr></table></div></body></html>