From: Bob Stayton Date: Sat, 17 Mar 2012 21:43:54 +0000 (+0000) Subject: Clarify usage of para property attribute sets. X-Git-Tag: release/1.79.1~6^2~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15dfe417cc77c9995dc8d406c4e4ee5cfff84ef0;p=docbook-dsssl Clarify usage of para property attribute sets. --- diff --git a/xsl/params/normal.para.spacing.xml b/xsl/params/normal.para.spacing.xml index 150c29020..9ad7488a6 100644 --- a/xsl/params/normal.para.spacing.xml +++ b/xsl/params/normal.para.spacing.xml @@ -33,5 +33,11 @@ simpara simplelist To customize the spacing, you need to reset all three attributes. + +To specify properties on just para elements without +affecting these other elements, +use the +para.properties +attribute-set. diff --git a/xsl/params/para.properties.xml b/xsl/params/para.properties.xml index 3ca03889d..e36c33ad3 100644 --- a/xsl/params/para.properties.xml +++ b/xsl/params/para.properties.xml @@ -24,5 +24,8 @@ Although the default attribute-set is empty, it uses the attribute-set named normal.para.spacing to add vertical space before each para. The para.properties attribute-set can override those spacing properties for para only. +See also +normal.para.spacing. +