xsl-list
[Top] [All Lists]

Re: for-eaching for specified number of times

2004-01-21 13:27:46
Hi Jeff,

Thanks for the answer.  I'm now going to ask a couple of really stupid
questions.

I have no idea how to use XSLT 2.0.  I assume that I would have to change
the version number in my namespace declaration to 2.0 instead of 1.0 and
that I would also need an XSLT engine that handles it.  We use Saxon, which
ships with latest FOP.  Do you know if this would do the job.

Is there anything else we would have to do?

Regards,

Mark


----- Original Message -----
From: "Jeff Kenton" <jkenton(_at_)datapower(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Wednesday, January 21, 2004 8:15 PM
Subject: Re: [xsl] for-eaching for specified number of times


Mark Williams wrote:
Hi,

Is there a way of terminating a for-each loop after it has reached a
specified number of iterations.

In XSLT 2.0, you can:  <xsl:for-each select="(1 to 100)" > ...



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



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