in reply to Model-View-Controller: Template Toolkit vs. XSLT

Personally I use T::T to output XML from a database and then send this XML through XSLT (thanks to Template::Plugin::XSLT) to make the final HTML.

T::T plays nice with Apache, mod_perl, DBI and MySQL.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Model-View-Controller: Template Toolkit vs. XSLT