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.level5.properties.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.level5.properties.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.level5.properties.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.level5.properties.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.level5.properties.xml new file mode 100644 index 000000000..9093b94ae --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/section.level5.properties.xml @@ -0,0 +1,43 @@ + + +section.level5.properties +attribute set + + +section.level5.properties +Properties for level-5 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-5 section, and therefore apply to +the whole section. This includes sect5 +elements and section elements at level 5. + + +For example, you could start each level-5 section on +a new page by using: +<xsl:attribute-set name="section.level5.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + +This attribute set inherits attributes from the +general section.properties attribute set. + + + + -- cgit v1.2.3-54-g00ecf