RE: [xsl] fun with fo tab formatting

Subject: RE: [xsl] fun with fo tab formatting
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Tue, 16 Dec 2003 00:45:46 +0100
> -----Original Message-----
> From: Andreas L. Delmelle
> 
<snip />
> <xsl:template match="br" mode="rowcreate">
> 
>   <xsl:variable name="cols" select="count(preceding-sibling::tab)" />
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
should be

select="count(preceding-sibling::tab) div position()"

Sorry.


Cheers,

Andreas


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


Current Thread