Subject:Re: count a particular text Author:Minollo I. Date:02 Apr 2005 10:53 AM
A good starting point might be taking a look at the XSLT implementation of
the EXSLT "tokenize" template, and either use that directly or modify it to
just count the occurrences of a specific word:
http://www.exslt.org/str/functions/tokenize/index.html
http://www.exslt.org/str/functions/tokenize/str.tokenize.template.xsl