|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] String manipulation XSLT , pankaj . c | Thread | Re: [xsl] String manipulation XSLT , Emmanuel Bégué |
| RE: [xsl] XPath 1.0 Question: Can t, Ludwig, Michael | Date | Re: [xsl] String manipulation XSLT , Emmanuel Bégué |
| Month |