Re: [xsl] XSLT Text Processing: Fun with Anagrams

Subject: Re: [xsl] XSLT Text Processing: Fun with Anagrams
From: "Rashmi Rubdi" <rashmi.sub@xxxxxxxxx>
Date: Tue, 24 Apr 2007 23:15:24 -0400
On 4/24/07, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:

Be warned, as already stated in my blog, that this transformation will
take quite long, because it first indexes the huge dictionary file on
Anagram keys, before performing the search for anagrams.

Thanks for the info and the caution.


This is why, it pays off very much to create the specialised Anagrams
Dictionary in one single transformation (which you already did) and
then to use it together with testGetDictAnagrams.xsl

I agree.


I also noticed the Calculator written in XSL that you mentioned about
in one of your previous posts
http://fxsl.sourceforge.net/articles/xslCalculator/The%20FXSL%20Calculator.html
-- it's too advanced for me to understand at this point, but it
definitely shows what could be accomplished.

Thanks again.

-Rashmi

Current Thread