xsl-list
[Top] [All Lists]

Re: [xsl] Processing based on number - alternatives to recursion?

2008-03-04 09:19:20
Michael Ludwig wrote:

Is there anything like that in XSL 1.0 or 2.0?

With XSLT/XPath 2.0 you can use e.g.
  <xsl:for-each select="1 to 10">
as 1 to 10 creates the sequence (1, 2, 3, 4, 5, 6, 7, 8, 9, 10).




--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--