Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 9f452694b2d23dacae7f9cc757f9be50 > files > 257

docbook-style-xsl-1.78.1-1.fc17.noarch.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>marker.section.level</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="general.html" title="Pagination and General Styles"><link rel="prev" href="footer.content.properties.html" title="footer.content.properties"><link rel="next" href="side.region.precedence.html" title="side.region.precedence"><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">marker.section.level</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="footer.content.properties.html">Prev</a> </td><th width="60%" align="center">Pagination and General Styles</th><td width="20%" align="right"> <a accesskey="n" href="side.region.precedence.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="marker.section.level"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">marker.section.level</span></h2><p>
marker.section.level
 &#8212; Control depth of sections shown in running headers or footers
</p></div>

<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="marker.section.level.frag"></a><pre class="programlisting">
&lt;xsl:param name="marker.section.level"&gt;2&lt;/xsl:param&gt;
</pre>
</div>

<div class="refsection"><a name="idp6081280"></a><h2>Description</h2>

<p>The <a href="../fo/marker.section.level.html"><em class="parameter"><code>marker.section.level</code></em></a> parameter
controls the depth of section levels that may be displayed
in running headers and footers.  For example, if the value
is 2 (the default), then titles from <a href="http://docbook.org/tdg5/en/html/sect1.html"><code class="sgmltag-element">sect1</code></a> and 
<a href="http://docbook.org/tdg5/en/html/sect2.html"><code class="sgmltag-element">sect2</code></a> or equivalent <a href="http://docbook.org/tdg5/en/html/section.html"><code class="sgmltag-element">section</code></a>
elements are candidates for use in running headers and
footers.
</p>
<p>Each candidate title is marked in the FO output with a
<code class="sgmltag-element">&lt;fo:marker marker-class-name="section.head.marker"&gt;</code>
element.
</p>
<p>In order for such titles to appear in headers
or footers, the <code class="literal">header.content</code>
or <code class="literal">footer.content</code> template
must be customized to retrieve the marker using
an output element such as:
</p>
<pre class="programlisting">
&lt;fo:retrieve-marker retrieve-class-name="section.head.marker"
                       retrieve-position="first-including-carryover"
                       retrieve-boundary="page-sequence"/&gt;
</pre>


</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="footer.content.properties.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="side.region.precedence.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">footer.content.properties </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> side.region.precedence</td></tr></table></div></body></html>