Re: [OT now] Re: Template techniques

2000-06-10 Thread Matt Sergeant
On Fri, 9 Jun 2000, Joshua Chamas wrote: Perrin Harkins wrote: On Fri, 9 Jun 2000, Drew Taylor wrote: I really like the fact that templates can be compiled to perl code cached. Any others besides Mason EmbPerl (and TT in the near future)? Sure: Apache::ePerl, Apache::ASP,

RE: [OT now] Re: Template techniques

2000-06-10 Thread Gerald Richter
For my second rite of passage, I'm hacking XML::XSLT integration into Apache::ASP for realtime XSLT document rendering with a sophisticated caching engine utilizing Tie::Cache. Moving forward, the XML buzzword seems to be just about a necessity. Take it as a sign of respect Matt :)

RE: [OT now] Re: Template techniques

2000-06-10 Thread Ian Kallen
Has anybody run into any Perl libraries that do XSLT transformations that are usuable? Last I looked, there was no library that implemented the spec or provided a useful API. Maybe I'm behind the times... Today, Gerald Richter [EMAIL PROTECTED] frothed and gesticulated about RE:...: For my

RE: [OT now] Re: Template techniques

2000-06-10 Thread Matt Sergeant
On Sat, 10 Jun 2000, Ian Kallen wrote: Has anybody run into any Perl libraries that do XSLT transformations that are usuable? Last I looked, there was no library that implemented the spec or provided a useful API. Maybe I'm behind the times... Sablotron from http://www.gingerall.com/ -

RE: [OT now] Re: Template techniques

2000-06-10 Thread Robin Berjon
At 17:10 10/06/2000 +0100, Matt Sergeant wrote: On Sat, 10 Jun 2000, Ian Kallen wrote: Has anybody run into any Perl libraries that do XSLT transformations that are usuable? Last I looked, there was no library that implemented the spec or provided a useful API. Maybe I'm behind the

[OT now] Re: Template techniques

2000-06-09 Thread Drew Taylor
Andy Wardley wrote: On Jun 8, 1:56pm, Perrin Harkins wrote: Not quite. The current version uses its own system of opcodes (!) which are implemented as closures. Compiling to perl code gives much better performance, which is why Andy is changing this. Yep, Perrin's right. Version 1

Re: [OT now] Re: Template techniques

2000-06-09 Thread Perrin Harkins
On Fri, 9 Jun 2000, Drew Taylor wrote: I really like the fact that templates can be compiled to perl code cached. Any others besides Mason EmbPerl (and TT in the near future)? Sure: Apache::ePerl, Apache::ASP, Text::Template, and about a million unreleased modules that people wrote for their