From bcbfc30d11719e1bc1a55e326f39cae39698f5f1 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 9 Sep 2003 21:13:11 +0000 Subject: [PATCH] Property sets that apply to the containing block for a section, with one attribute-set for each section level. --- xsl/params/section.level1.properties.xml | 34 ++++++++++++++++++++++++ xsl/params/section.level2.properties.xml | 34 ++++++++++++++++++++++++ xsl/params/section.level3.properties.xml | 34 ++++++++++++++++++++++++ xsl/params/section.level4.properties.xml | 34 ++++++++++++++++++++++++ xsl/params/section.level5.properties.xml | 34 ++++++++++++++++++++++++ xsl/params/section.level6.properties.xml | 34 ++++++++++++++++++++++++ 6 files changed, 204 insertions(+) create mode 100644 xsl/params/section.level1.properties.xml create mode 100644 xsl/params/section.level2.properties.xml create mode 100644 xsl/params/section.level3.properties.xml create mode 100644 xsl/params/section.level4.properties.xml create mode 100644 xsl/params/section.level5.properties.xml create mode 100644 xsl/params/section.level6.properties.xml diff --git a/xsl/params/section.level1.properties.xml b/xsl/params/section.level1.properties.xml new file mode 100644 index 000000000..6b8543b75 --- /dev/null +++ b/xsl/params/section.level1.properties.xml @@ -0,0 +1,34 @@ + + +section.level1.properties +attribute set + + +section.level1.properties +Properties for level-1 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-1 section, and therefore apply to +the whole section. This includes sect1 +elements and section elements at level 1. + + +For example, you could start each level-1 section on +a new page by using: +<xsl:attribute-set name="section.level1.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + + + diff --git a/xsl/params/section.level2.properties.xml b/xsl/params/section.level2.properties.xml new file mode 100644 index 000000000..5ca5415c5 --- /dev/null +++ b/xsl/params/section.level2.properties.xml @@ -0,0 +1,34 @@ + + +section.level2.properties +attribute set + + +section.level2.properties +Properties for level-2 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-2 section, and therefore apply to +the whole section. This includes sect2 +elements and section elements at level 2. + + +For example, you could start each level-2 section on +a new page by using: +<xsl:attribute-set name="section.level2.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + + + diff --git a/xsl/params/section.level3.properties.xml b/xsl/params/section.level3.properties.xml new file mode 100644 index 000000000..0aea3f4dc --- /dev/null +++ b/xsl/params/section.level3.properties.xml @@ -0,0 +1,34 @@ + + +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> + + + + diff --git a/xsl/params/section.level4.properties.xml b/xsl/params/section.level4.properties.xml new file mode 100644 index 000000000..0776f69eb --- /dev/null +++ b/xsl/params/section.level4.properties.xml @@ -0,0 +1,34 @@ + + +section.level4.properties +attribute set + + +section.level4.properties +Properties for level-4 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level-4 section, and therefore apply to +the whole section. This includes sect4 +elements and section elements at level 4. + + +For example, you could start each level-4 section on +a new page by using: +<xsl:attribute-set name="section.level4.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + + + diff --git a/xsl/params/section.level5.properties.xml b/xsl/params/section.level5.properties.xml new file mode 100644 index 000000000..1aa6966ce --- /dev/null +++ b/xsl/params/section.level5.properties.xml @@ -0,0 +1,34 @@ + + +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> + + + + diff --git a/xsl/params/section.level6.properties.xml b/xsl/params/section.level6.properties.xml new file mode 100644 index 000000000..f8ad1ec6f --- /dev/null +++ b/xsl/params/section.level6.properties.xml @@ -0,0 +1,34 @@ + + +section.level6.properties +attribute set + + +section.level6.properties +Properties for level-6 sections + + + + + + + + + +Description + +The properties that apply to the containing +block of a level 6 or lower section, and therefore apply to +the whole section. This includes +section elements at level 6 and lower. + + +For example, you could start each level-6 section on +a new page by using: +<xsl:attribute-set name="section.level6.properties"> + <xsl:attribute name="break-before">page</xsl:attribute> +</xsl:attribute-set> + + + + -- 2.40.0