This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


worked like a charm!
Thanks.

by the way, are you the Mike Kay mentioned in XSLT
Programmer's Reference examples on p. 433?




--- Michael Kay <mhkay@iclway.co.uk> wrote:
> 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
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]