Re: [xsl] Formatting string

Subject: Re: [xsl] Formatting string
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Wed, 16 May 2007 14:08:25 +0200
This could be a solution:

<xsl:value-of select="substring-after(replace($a, '([A-Z])', ' $1'), ' ')"/>

It puts a space before all capital letters and at the end it removes
it againg for the first capital letter.

Cheers,

Jesper Tverskov
http://www.xmlplease.com/xslt

Current Thread