[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] last two characters


Subject: Re: [xsl] last two characters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 14 Nov 2010 22:46:02 +0000

 <xsl:value-of
 		select="substring($s,  string-length($s) - 2)" />


Current Thread