]> granicus.if.org Git - docbook-dsssl/commitdiff
Add use-attribute-set="section.properties" to each set.
authorBob Stayton <bobs@sagehill.net>
Wed, 10 Sep 2003 05:14:50 +0000 (05:14 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 10 Sep 2003 05:14:50 +0000 (05:14 +0000)
xsl/params/section.level1.properties.xml
xsl/params/section.level2.properties.xml
xsl/params/section.level3.properties.xml
xsl/params/section.level4.properties.xml
xsl/params/section.level5.properties.xml
xsl/params/section.level6.properties.xml

index 6b8543b75e0158ddee019784ee1d579f71d775fd..c0a804d7bb07aecb6ced82275ef180039bf0f4a8 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level1.properties.frag'>
-<xsl:attribute-set name="section.level1.properties">
+<xsl:attribute-set name="section.level1.properties" 
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>
index 5ca5415c5a003cade8f0f565d2c14de192b915bb..15af8aaba1bbcdd0842e389c8c9a75cfbde625ea 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level2.properties.frag'>
-<xsl:attribute-set name="section.level2.properties">
+<xsl:attribute-set name="section.level2.properties"
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>
index 0aea3f4dc7cbbc8f792b86ad7f741dc757093c27..c6a29b032bd5ae48ae50fb7669c56773220a8949 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level3.properties.frag'>
-<xsl:attribute-set name="section.level3.properties">
+<xsl:attribute-set name="section.level3.properties"
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>
index 0776f69eb818ef3abcbac3460c2205d8f6cd0866..967ed94e5f5963e9f686f434f7e9ded795613176 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level4.properties.frag'>
-<xsl:attribute-set name="section.level4.properties">
+<xsl:attribute-set name="section.level4.properties"
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>
index 1aa6966ce6f71add0a3f29981e39293046fea0ce..d1a30c93b750f0d75aedfc980989a95510c5666d 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level5.properties.frag'>
-<xsl:attribute-set name="section.level5.properties">
+<xsl:attribute-set name="section.level5.properties"
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>
index f8ad1ec6f1b1da770ab4761db78c7e7c4a098811..8bd590c5eeaa19d8c53e6909aded7e4e969e0956 100644 (file)
@@ -10,7 +10,8 @@
 
 <refsynopsisdiv>
 <src:fragment id='section.level6.properties.frag'>
-<xsl:attribute-set name="section.level6.properties">
+<xsl:attribute-set name="section.level6.properties"
+                   use-attribute-sets="section.properties">
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
@@ -30,5 +31,9 @@ a new page by using:</para>
 &lt;/xsl:attribute-set&gt;
 </programlisting>
 
+<para>This attribute set inherits attributes from the
+general <sgmltag>section.properties</sgmltag> attribute set.
+</para>
+
 </refsect1>
 </refentry>