From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../params/section.container.element.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml new file mode 100644 index 000000000..a6c40599f --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.container.element.xml @@ -0,0 +1,62 @@ + + +section.container.element +list +block +wrapper + + +section.container.element +Select XSL-FO element name to contain sections + + + + +block + + + +Description + +Selects the element name for outer container of +each section. The choices are block (default) +or wrapper. +The fo: namespace prefix is added +by the stylesheet to form the full element name. + + +This element receives the section id +attribute and the appropriate section level attribute-set. + + +Changing this parameter to wrapper +is only necessary when producing multi-column output +that contains page-wide spans. Using fo:wrapper +avoids the nesting of fo:block +elements that prevents spans from working (the standard says +a span must be on a block that is a direct child of +fo:flow). + + +If set to wrapper, 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. + + +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 wrapper. + + + + -- cgit v1.2.3-54-g00ecf