push-style templating - an xml-like way to process xhtml

Aahz aahz at pythoncraft.com
Sun Nov 2 19:37:16 EST 2008


In article <8c5b70a9-29bd-4341-9200-edc05631647c at n1g2000prb.googlegroups.com>,
Terrence Brannon  <metaperl at gmail.com> wrote:
>
>The most common way of dynamically producing HTML is via template
>engines like genshi, cheetah, makotemplates, etc.
>
>These engines are 'inline' --- they intersperse programming constructs
>with the HTML document itself.
>
>An opposite approach to this form of dynamic HTML production is called
>push-style templating, as coined by Terence Parr:
>    http://www.cs.usfca.edu/~parrt/papers/mvc.templates.pdf

I'm not sure what you mean because I'm not going to bother reading a
PDF, but you might look into Quixote:

http://www.mems-exchange.org/software/quixote/
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

import antigravity



More information about the Python-list mailing list