xsl-list
[Top] [All Lists]

RE: [xsl] tokense or substring

2009-12-17 06:54:22

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(_dot_)v(_at_)frescoinformatics(_dot_)com] 
Sent: 17 December 2009 11:45
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


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



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