Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Splitting string [Thread Next] RE: [xsl] Splitting stringTo: Date: 8/2/2004 9:55:00 PM Try a google for "recursive XSLT template to tokenize string". There's a tokenize() function in XPath 2.0 which makes this dead easy; you may also find that your XSLT 1.0 processor implements str:tokenize from the EXSLT library at www.exslt.org. Otherwise you have to write a recursive template that processes the string one word at a time: there are plenty of examples of this in the textbooks. Michael Kay > -----Original Message----- > From: Rui Alberto L. Gongalves [mailto:rui-l-goncalves@xxxxxxxxxxxxx] > Sent: 02 August 2004 22:20 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: [xsl] Splitting string > > Hi all, > I have a string like: > /this/is/a/test > > and I need to create a template that will output: > /this > /this/is > /this/is/a > /this/is/a/test > > I think this is not so simple as it looks at first glance. > Does anyone have an idea how to solve this problem? > Thanks for any help. > > Rui > -- > Rui Alberto L. Gongalves <rui-l-goncalves@xxxxxxxxxxxxx> > PT Inovagco | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
