in reply to Model-View-Controller: Template Toolkit vs. XSLT
XSLT makes the most sense if your data is in XML to start with. Transforming relational database to XML and then to XHTML with XSLT adds an extra step. But, for example, an aggregator might use XSLT to transform RSS and Atom.
XSL-FO is for printing. Programs like FOP render it into PDF.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Model-View-Controller: Template Toolkit vs. XSLT
by tomhukins (Curate) on Oct 15, 2004 at 10:58 UTC |