[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Count number of dots in the given string

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

-----Original Message-----
From: Geert Josten [mailto:Geert.Josten@xxxxxxxxxxx]
Sent: Tuesday, July 12, 2005 2:32 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.