Re: [xsl] String manipulation XSLT 1.0

Subject: Re: [xsl] String manipulation XSLT 1.0
From: pankaj.c@xxxxxxxxxxxxxxxxxx
Date: Thu, 23 Sep 2010 17:47:31 +0530
<xsl:call-template name="replace-substring">
                        <xsl:with-param name="original" select="."/>
                        <xsl:with-param name="substring" select="'.'"/>
                        <xsl:with-param name="replacement" select="'. '"/>
                    </xsl:call-template>


Well I cannot still workout avoiding "space" on last initial using above. 

Any better way to get this done otherwise It seems to me that I will end 
up string-length() with substring-before()/substring-after() combination. 
:-(

TIA,
Pankaj 

Current Thread