Re: [docbook-apps] first <para> in <procedure><step> does not get "normal.para.spacing" attribute

From
Yasushi SHOJI <>
Date
2009-03-09T11:18:49+00:00
ID
Thread
Re: [docbook-apps] first <para> in <procedure><step> does not get "normal.para.spacing" attribute
Hi Bob,

I'm attaching small test code.

in that, we have text-indent atrribute in normal.para.spacing
attributes-set.

	<xsl:attribute-set name="normal.para.spacing">
	  <xsl:attribute name="text-indent">10pt</xsl:attribute>
	</xsl:attribute-set>

as you describe below, should we use list.item.spacing, since we do
not want to have text-indent for para's in procedure step?  but what i
do not understand is that the reason why we apply normal.para.spacing
only to the first para, but not others.

thanks,
-- 
           yashi