RE: [xsl] tokense or substring

Subject: RE: [xsl] tokense or substring
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 17 Dec 2009 11:53:55 -0000
This kind of thing is much easier with XSLT 2.0, but if you have to use 1.0,
there is a str:tokenize template in the EXSLT library that you could use
(it's available as source code for you to include in your stylesheet, or
there are optimized implementations built in to some processors). See
www.exslt.org

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 



> -----Original Message-----
> From: Anil Kumar Veeramalli [mailto:anil.v@xxxxxxxxxxxxxxxxxxxxx] 
> Sent: 17 December 2009 11:45
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] tokense or substring
> 
> Hi,
> 
> I am using XSL1.0
> My string format is like this 01-janv.-1900.
> I want to tokenize this based on "-" sybol and store into 3 variable.
> 
> I didn't find document on this. Please help me out on this.
> 
> 
> Thanks,
> Anil

Current Thread