xsl-list
[Top] [All Lists]

Re: [xsl] String Tokenizer in XSLT

2006-12-06 10:21:22
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

-- 
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(_dot_)retter(_at_)devon(_dot_)gov(_dot_)uk
w: www.devonline.gov.uk

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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