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

RE: [xsl] Count number of dots in the given string


Subject: RE: [xsl] Count number of dots in the given string
From: "Lakshmi narayana" <lchintala@xxxxxxxxxxxx>
Date: Tue, 12 Jul 2005 15:07:12 +0500

thanks..

-----Original Message-----
From: Geert Josten [mailto:Geert.Josten@xxxxxxxxxxx]
Sent: Tuesday, July 12, 2005 2:32 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Count number of dots in the given string


<xsl:variable name="str" select="'MSH-12.2.3'" />

<xsl:variable name="nrdots" select="string-length($str) -
string-length(translate($str, '.', ''))" />

or

<xsl:variable name="nrdots" select="string-length(translate($str,
translate($str, '.', ''), ''))" />

Cheers,
Geert

Lakshmi narayana wrote:

> Hi
> I want to count number of dots in the given string.
> for example
> string : MSH-12.2.3
> The template should return 2 because two dots are there in the string.
> Can any one send me th xslt code to count number of dots in the string.
>
> Thanks
> Laxmi Narayana
>
>

--
Geert.Josten@xxxxxxxxxxx
IT-consultant at Daidalos BV, Bleiswijk (NL)

http://www.daidalos.nl/
tel:+31-(0)10-850 12 00
fax:+31-(0)10-850 11 99

GPG: 1024D/12DEBB50


Current Thread
Keywords