Re: [xsl] String Tokenizer in XSLT

Subject: Re: [xsl] String Tokenizer in XSLT
From: Adam Retter <adam.retter@xxxxxxxxxxxx>
Date: Wed, 06 Dec 2006 17:20:58 +0000
XSLT 1.0 use EXSLT's str:tokenize() 
http://www.exslt.org/str/functions/tokenize/index.html

XSLT 2.0 has the function - tokenize(string, pattern)


On Wed, 2006-12-06 at 09:18 -0800, Senthilkumaravelan Krishnanatham
wrote:
> Hi All,
> Is there any function available in XSL to tokenize the string with  
> the Delimiter?
> 
> My XML node looks like
> <SM>1,2,3</SM>
> I want to split  the text value by delimiting , and process the same.
> 
> Thanks,
> Senthil
> 
-- 
Adam Retter

Principal Developer
Devon Portal Project
Room 310
County Hall
Topsham Road
Exeter
EX2 4QD

t: 01392 38 3683
f: 01392 38 2966
e: adam.retter@xxxxxxxxxxxx
w: www.devonline.gov.uk

Current Thread