xsl-list
[Top] [All Lists]

Re: [xsl] How to expand a string

2006-08-29 15:36:09

Is there an easy way to do it in XSLT?
in xslt1 you'd have to write a recursive template in xslt2 it's just
replace(.,'[A-Z]',' $0')

David

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