I would think that HTML::Template is faster, for the simple argument that it does not need to parse the XSLT and XHTML, though the library may be C-compiled.
----- Original Message ----- From: "Perrin Harkins" <[EMAIL PROTECTED]> To: "Praveen Ray" <[EMAIL PROTECTED]> Cc: <modperl@perl.apache.org> Sent: Tuesday, September 06, 2005 11:37 PM Subject: Re: a faster html::template? > On Mon, 2005-09-05 at 06:42 -0700, Praveen Ray wrote: > > XSLT transforms are VERY fast > > Compared to what? Certainly not compared to HTML::Template. > > - Perrin