xsl-list
[Top] [All Lists]

RE: XSL-FO / XSLT Transformations & Line Breaks in XML

2005-05-04 05:52:45
Try:

<xsl:template match="publications/header/para/linebreakhere">

<fo:block
space-before="30"
space-after="30">
<fo:leader />
</fo:block>

</xsl:template>

You should also specify a unit of measure on your space-xxx values: 30pt or
30px.

Cheers,
Greg



--~------------------------------------------------------------------
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>
--~--