From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../params/section.level3.properties.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/section.level3.properties.xml (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/section.level3.properties.xml') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/section.level3.properties.xml b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/section.level3.properties.xml new file mode 100644 index 0000000..0bcd696 --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/params/section.level3.properties.xml @@ -0,0 +1,43 @@ + + +section.level3.properties +attribute set + + +section.level3.properties +Properties for level-3 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-3 section, and therefore apply to +the whole section. This includes sect3 +elements and section elements at level 3. + + +For example, you could start each level-3 section on +a new page by using: +<xsl:attribute-set name="section.level3.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