RE: [xsl] regexp? or find # of "."s in string

Subject: RE: [xsl] regexp? or find # of "."s in string
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 21 May 2001 21:49:04 +0100
Try:

string-length($x) - string-length(translate($x, '.', ''))

Mike Kay
Software AG

> 
> If I can somehow count the number of periods "." in
> the string "id", then I can determine what level the
> <tab> element is at...anyone have any ideas how to
> count the number of occurences in a string with XSL?
> 


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


Current Thread