[Home] [By Thread] [By Date] [Recent Entries]
Hello, in XSLT 2, is there an easier or more efficient way to count the occurrences of a certain character (here: 'X') in a string $s than string-length( string-join( tokenize( $s, "[^X]+" ), "" ) ) ? I'm sure there must be, I just don't see it at the moment... -Christian
|

Cart



