Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - XSLT Literal [Thread Next] Re: XSLT LiteralTo: NULL Date: 11/3/2004 1:35:00 PM Don wrote: > If I have this as a string in here <here>Jan, Feb, Mar, Apr, May, Jun, > Jul, Aug, Sep, Oct, Noc, Dec</here>, > is there an XSLT function that will allow me to iterate through and work > with the comma delimited values? Well if you want to use XML to markup your data then oviously <months> <month>Jan</month> <month>Feb</month> ... </months> is a much better way to structure your data and later process it easily with XSLT/XPath. If you really need to process a string then XPath offers string functions like contains, starts-with, substring, substring-before, substring-after that together with a recursive template allow you to process such a string. -- Martin Honnen http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
