AW: How to tokenize a comma-seperated string 2003-03-28 - By Karsten Theis
Thanks,
this is exactly what I needed!!!
-----Ursprungliche Nachricht----- Von: Andrey Solonchuk [mailto:solo@(protected)] Gesendet: Freitag, 28. Marz 2003 14:37 An: Karsten Theis Cc: XALAN Mailing List (E-Mail) Betreff: Re: How to tokenize a comma-seperated string
Hello Karsten,
Friday, March 28, 2003, 3:23:38 PM, you wrote:
see at xalan extention xalan:tokenize(...)
KT> Hi,
KT> what is the best way to tokenize a comma-seperated String?
KT> Example: KT> <el>hugo,carl,emil</el>
KT> I've found a solution via a recursive template, but this is very slow if the KT> input string is very long.
KT> My concrete problem is, that I must concat the first, the 4th the 7th and KT> the 10th element of a comma-seperated string.
KT> Thanks for your help!
KT> Ciao, Karsten
-- Best regards, Andrey mailto:solo@(protected)
|
|