Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Tokenize a string - XSLT 1.0

From: Bjoern Hoehrmann <bjoern@---------.-->
To: 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/ 


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent