xsl-list
[Top] [All Lists]

Re: counting the number of tokens in a string?

2002-10-02 11:00:14
john liao wrote:

another newbie question. Is there an easy way to count
the number of commas in a string? Like this:

<ITEM cols="col1,col2,col3,col4"/>

What about
string-length($str) - string-length(translate($str,',',''))

--
Oleg Tkachenko
Multiconn International, Israel


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list