Re: [xsl] how to split word into sequence of letters

Subject: Re: [xsl] how to split word into sequence of letters
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Fri, 17 Aug 2012 22:54:16 +0100
In XSLT 2.0,

for $c in string-to-codepoints($s) return codepoints-to-string($c)

Michael Kay

On 17/08/2012 15:34, Robby Pelssers wrote:
Hi guys,

Probably the stupidest question since a while but what would be the preferred way to split a word into a sequence of letters ;-)

Cheers,
Robby

Current Thread