source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml@ 58675ce

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 58675ce was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="section.container.element">
7<refmeta>
8<refentrytitle>section.container.element</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
10<refmiscinfo class="other" otherclass="value">block</refmiscinfo>
11<refmiscinfo class="other" otherclass="value">wrapper</refmiscinfo>
12</refmeta>
13<refnamediv>
14<refname>section.container.element</refname>
15<refpurpose>Select XSL-FO element name to contain sections</refpurpose>
16</refnamediv>
17
18<refsynopsisdiv>
19<src:fragment xml:id="section.container.element.frag">
20<xsl:param name="section.container.element">block</xsl:param>
21</src:fragment>
22</refsynopsisdiv>
23
24<refsection><info><title>Description</title></info>
25
26<para>Selects the element name for outer container of
27each section. The choices are <literal>block</literal> (default)
28or <literal>wrapper</literal>.
29The <literal>fo:</literal> namespace prefix is added
30by the stylesheet to form the full element name.
31</para>
32
33<para>This element receives the section <literal>id</literal>
34attribute and the appropriate section level attribute-set.
35</para>
36
37<para>Changing this parameter to <literal>wrapper</literal>
38is only necessary when producing multi-column output
39that contains page-wide spans. Using <literal>fo:wrapper</literal>
40avoids the nesting of <literal>fo:block</literal>
41elements that prevents spans from working (the standard says
42a span must be on a block that is a direct child of
43<literal>fo:flow</literal>).
44</para>
45
46<para>If set to <literal>wrapper</literal>, the
47section attribute-sets only support properties
48that are inheritable. That's because there is no
49block to apply them to. Properties such as
50font-family are inheritable, but properties such as
51border are not.
52</para>
53
54<para>Only some XSL-FO processors need to use this parameter.
55The Antenna House processor, for example, will handle
56spans in nested blocks without changing the element name.
57The RenderX XEP product and FOP follow the XSL-FO standard
58and need to use <literal>wrapper</literal>.
59</para>
60
61</refsection>
62</refentry>
Note: See TracBrowser for help on using the repository browser.