Re: [xsl] fo:list-block problem

Subject: Re: [xsl] fo:list-block problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 15 Dec 2003 16:04:59 GMT
It might be enough just to do:

<xsl:variable name="x">
<xsl:choose>
<xsl:when test="string-length(@number) &gt; 10">35</xsl:when>
<xsl:otherwise>25</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<fo:list-block provisional-distance-between-starts="{$x}mm">


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread