Separation of content and code for web (was Re: Python for web ?)

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Mon Dec 1 13:29:39 EST 2003


Peter Hansen:
>By far the most rigorous separation that I've seen to date, and one
>we're experimenting with more right now, is to have a pure-HTML (or XHTML)
>web page with *no* code or funky little embedded crap of any kind at
>all, and rely exclusively on "id" attributes on the dynamic parts.
[...]
>I think there's a Java system where this idea was implemented best
>but the name doesn't come to mind at the moment.

XMLC (or what's left of it): http://xmlc.enhydra.org/

>Anyone know of a Python-based approach using the same core concept?

ZPT: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZPT.stx

-- 
René Pijlman




More information about the Python-list mailing list