[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] String Tokenizer in XSLT
Subject: [xsl] String Tokenizer in XSLT
From: Senthilkumaravelan Krishnanatham <senthil@xxxxxxxxx>
Date: Wed, 6 Dec 2006 09:18:33 -0800
|
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
|