On 6 Sep 2005, at 11:37, Perrin Harkins wrote:
On Mon, 2005-09-05 at 06:42 -0700, Praveen Ray wrote:XSLT transforms are VERY fastCompared to what? Certainly not compared to HTML::Template.
Not sure why you say "certainly not". XSLT is very fast and easy to optimise (because it's assignment free) and the C implementations are very quick. Remember that an XSLT transform is executing all its tight loops in C-space, not in perl-space.
I admit to not having done any testing though. Matt.