|
[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
<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.
http://www.daidalos.nl/ tel:+31-(0)10-850 12 00 fax:+31-(0)10-850 11 99 GPG: 1024D/12DEBB50
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








