xsl-list
[Top] [All Lists]

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

2012-08-17 16:54:23
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



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




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