[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] How to expand a string
Subject: Re: [xsl] How to expand a string
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 29 Aug 2006 23:35:47 +0100
|
> 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
|