Re: [xsl] Separating multiple values in a string

Subject: Re: [xsl] Separating multiple values in a string
From: JCS <subscriber@xxxxxxxxxxxxx>
Date: Sun, 30 Nov 2003 17:40:29 +1300
Hi J,

Thanks for your response and the links, a big help.

/johnny :)


On 30/11/03 5:53 AM, "J.Pietschmann" <j3322ptm@xxxxxxxx> wrote:

 
> That's string tokenization. You can solve this using a recursive
> template (pure XSLT), as described here:
> http://www.dpawson.co.uk/xsl/sect2/N7240.html#d8065e280
> or check whether your processor supports EXSLT
> http://www.exslt.org/str/functions/tokenize/index.html
> or has a proprietary extension function for this task.
> 
> J.Pietschmann
> 
> 
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 
> 

-- 
Planting a seed doesn't make it grow.
-- Sass Jordan 


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


Current Thread