]> granicus.if.org Git - docbook-dsssl/commitdiff
General property set inherited by all section levels.
authorBob Stayton <bobs@sagehill.net>
Tue, 9 Sep 2003 21:30:21 +0000 (21:30 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 9 Sep 2003 21:30:21 +0000 (21:30 +0000)
xsl/params/section.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/section.properties.xml b/xsl/params/section.properties.xml
new file mode 100644 (file)
index 0000000..bd83a74
--- /dev/null
@@ -0,0 +1,30 @@
+<refentry id="section.properties">
+<refmeta>
+<refentrytitle>section.properties</refentrytitle>
+<refmiscinfo role="type">attribute set</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>section.properties</refname>
+<refpurpose>Properties for all section levels</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='section.properties.frag'>
+<xsl:attribute-set name="section.properties">
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The properties that apply to the containing
+block of all section levels, and therefore apply to
+the whole section.  
+This attribute set is inherited by the
+more specific attribute sets such as
+<sgmltag>section.level1.properties</sgmltag>.
+The default is empty.
+</para>
+
+</refsect1>
+</refentry>