Re: [xsl] looping over a string?

Subject: Re: [xsl] looping over a string?
From: Eric Scheid <eric.scheid@xxxxxxxxxxxxxxx>
Date: Mon, 23 Jan 2006 22:39:24 +1100
On 23/1/06 10:00 PM, "David Carlisle" <davidc@xxxxxxxxx> wrote:

> In xslt1 you'd have to use a recursive template or an extension
> function. Previously when I've wanted to iterate over an alphabet I've
> given myself an input document rather than a string to start with:

Unfortunately I don't have an option of having an input document with 26
nodes. Maybe I'd be better off with unrolling the loop, writing 26
variations of xsl:call-template?

e.

Current Thread