xsl-list
[Top] [All Lists]

Re: [xsl] String Tokenizer in XSLT

2006-12-06 17:15:12
Mario Madunic wrote:
It seems you are only translating the comma into a | and not needing to tokenize
the string so the following should suffice.

<xsl:sequence select="translate(., ',', '|')" />

which will give you the out put 1|2|3
Yes, in that case it is probably better to use translate, but original question was about tokenizing. I should have chosen a better example, but I couldn't be bothered.



--
Kamal Bhatt


--~------------------------------------------------------------------
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>