Sophie

Sophie

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

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>section.container.element</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="misc.html" title="Miscellaneous"><link rel="prev" href="email.mailto.enabled.html" title="email.mailto.enabled"><link rel="next" href="monospace.verbatim.font.width.html" title="monospace.verbatim.font.width"><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">section.container.element</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="email.mailto.enabled.html">Prev</a>&nbsp;</td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="monospace.verbatim.font.width.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="section.container.element"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">section.container.element</span></h2><p>section.container.element &#8212; Select XSL-FO element name to contain sections</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="section.container.element.frag"></a><pre class="programlisting">
&lt;xsl:param name="section.container.element"&gt;block&lt;/xsl:param&gt;
</pre></div><div class="refsection"><a name="d0e18592"></a><h2>Description</h2><p>Selects the element name for outer container of
each section. The choices are <code class="literal">block</code> (default)
or <code class="literal">wrapper</code>.
The <code class="literal">fo:</code> namespace prefix is added
by the stylesheet to form the full element name.
</p><p>This element receives the section <code class="literal">id</code>
attribute and the appropriate section level attribute-set.
</p><p>Changing this parameter to <code class="literal">wrapper</code>
is only necessary when producing multi-column output
that contains page-wide spans.  Using <code class="literal">fo:wrapper</code>
avoids the nesting of <code class="literal">fo:block</code>
elements that prevents spans from working (the standard says
a span must be on a block that is a direct child of 
<code class="literal">fo:flow</code>).
</p><p>If set to <code class="literal">wrapper</code>, the
section attribute-sets only support properties
that are inheritable.  That's because there is no
block to apply them to.  Properties such as
font-family are inheritable, but properties such as
border are not.
</p><p>Only some XSL-FO processors need to use this parameter.
The Antenna House processor, for example, will handle 
spans in nested blocks without changing the element name.
The RenderX XEP product and FOP follow the XSL-FO standard 
and need to use <code class="literal">wrapper</code>.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="email.mailto.enabled.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="misc.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="monospace.verbatim.font.width.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">email.mailto.enabled&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;monospace.verbatim.font.width</td></tr></table></div></body></html>