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>

Bye
Pascal

> -----Message d'origine-----
> De : Frank Daly [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 24 septembre 2004 19:07
> À : [EMAIL PROTECTED]
> Objet : RE: [work] Re: Avery labels
> 
> Thanks again.  This has to be the most polite and friendly 
> user group around!
> 
> Frank
> 
> -----Original Message-----
> From: Clay Leeds [mailto:[EMAIL PROTECTED]
> Sent: 24 September 2004 05:31
> To: [EMAIL PROTECTED]
> Subject: Re: [work] Re: Avery labels
> 
> On Sep 24, 2004, at 9:13 AM, Frank Daly wrote:
> > Many thanks for your thoughtful reply but I can't get it to work.
> > Surely someone has come across this problem before and found a 
> > solution.
> >
> > Frank
> 
> Someone probably has. That's why Jeremias was directing you 
> to the XSLT list where someone probably has already come up 
> with a nifty solution to your problem. The FOP Mailing List 
> page[1] has links to the XSLT List (hosted at Mulberry 
> Tech)[2] where you can ask your question. 
> Better yet, the FOP Resources page has a section called 
> Books, Tutorials, Articles[3] which has links to many 
> resources (online and otherwise), where you can probably find 
> the answer to your question. I recommend Dave Pawson's 
> excellent XSL FAQ[4] (which covers XSLT & XSL-FO).
> 
> Hope this helps!
> 
> Web Maestro Clay
> 
> [1]
> http://xml.apache.org/fop/maillist.html
> [2]
> http://www.mulberrytech.com/xsl/xsl-list
> [3]
> http://xml.apache.org/fop/resources.html#documents
> [4]
> http://www.dpawson.co.uk/xsl/xslfaq.html
> 


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

Reply via email to