xsl-list
[Top] [All Lists]

Re: fo:list-block problem

2003-12-15 09:04:59

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



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