xsl-list
[Top] [All Lists]

Re: Passing arrays as parameters

2004-04-21 06:27:58
On Wednesday 21 April 2004 14:09, Emmanuil Batsis (Manos) wrote:
Michael L wrote:
I was just wondering if it is possible to send an array as a paramter to
a XSL file. And then cycle through the array in the XSL code?

You cannot "cycle through" in XSLT using something like a for loop.
Although you dont say what exactly the array is, i'd suggest passing it
as a single string where array members are seperated by a certain
character, then use a recursive template to process that using string
functions to seperate the part you want to use from the part you want to
forward to the next 'iteration'.

hth,
Note also SAXON's tokenize() function
<http://saxon.sourceforge.net/saxon7.9.1/extensions.html#tokenize>

Richard



<Prev in Thread] Current Thread [Next in Thread>