This is not only not very academic, it's plain ugly, error-prone,
violates XML concepts and works only if you don't connect XSLT and FOP
using SAX. You should NEVER do something like that. Get a good XSLT book.

On 27.09.2004 09:14:53 x x x x x x x wrote:
> Hi,
> A very long time ago, I've tried the following code, witch could give you an 
> answer (this is not very academic):
> 
> <xsl:if test="position() mod 3 =1">
>   <!-- new row -->
>   <xsl:text disable-output-escaping="yes">&lt;fo:table-row&gt;</xsl:text>
> </xsl:if>
> 
> <xsl:if test="position() mod 3 =1">
>   <xsl:text disable-output-escaping="yes">&lt;/fo:table-row&gt;</xsl:text>
> </xsl:if>


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to