Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Tokenize a string - XSLT 1.0 [Thread Next] Re: Tokenize a string - XSLT 1.0To: NULL Date: 1/2/2007 8:32:00 AM * abhimanyu wrote in microsoft.public.xsl: >How do I tokenize a string in XSLT version 1.0. >I am programming in VS2005 using C# and XslCompiledTransform class. I >need a value "xx yy" to be tokenized using SPACE as delimiter. >I've seen a string function 'tokenize' but it is not identified as a >valid function by the XSLT compiler. Here, too, you would usually need a recursive template. If you have just two space separated values, you can use the substring-before and sub- string-after functions to retrieve the individual values. You might also be able to utilize extension functions or pre-programmed templates as those in EXSLT. You might also be able to write an extension function in C#, but I am not sure whether XslCompiledTransform supports that. See the MSDN documentation for details on extension functions. -- Björn Höhrmann · mailto:bjoern@h... · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
