xsl-list
[Top] [All Lists]

Re: Separating multiple values in a string

2003-11-29 21:40:29
Hi J,

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

/johnny :)


On 30/11/03 5:53 AM, "J.Pietschmann" <j3322ptm(_at_)yahoo(_dot_)de> 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



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