xsl-list
[Top] [All Lists]

RE: fun with fo tab formatting

2003-12-15 16:45:46
-----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



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