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