xsl-list
[Top] [All Lists]

Double-spacing <para/>

2005-05-23 11:10:01
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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>