[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Double-spacing


Subject: [xsl] Double-spacing <para/>
From: David Nedrow <listbox@xxxxxxxxxx>
Date: Mon, 23 May 2005 14:10:01 -0400

I'm using a customization to handle a number of default parameters and formatting isntructions.

One thing I need to do is double-space paragraphs (<para/> only). Using the following double-spaces <para/>:

Code:

    <xsl:attribute-set name="normal.para.spacing">
        <xsl:attribute name="line-height">2.4</xsl:attribute>
    </xsl:attribute-set>


Unfortunately, it also seems to double-space the children of <para/>. Is there a way to limit my double spacing to just <para/> without including children? For example, I do not want <blockquote/> double- spaced, even if it's wrapped by <para/>.


-David


Current Thread