Re: View-Model-Template

+1 on valid XML for transforming for the web.

i, too, have been working on a MVT-type model that uses minimal/generic compiled controller code to handle REST-like requests, locate data using SQL, and uses a simple XML template system (w/ x:include support) along with lots of XSLT to produce the XHTML output. this pattern also works quite well for AJAX.

it just makes sense to do it that way, eh?

Reply

The content of this field is kept private and will not be shown publicly.