
February 19th, 2001, 01:47 AM
|
|
Junior Member
|
|
Join Date: Feb 2001
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Presentation templates
Zope has DTML, a templating language which was meant to separate content from logic, but it sometimes isn't enough. For example, it's often not reasonable to expect web designers to not stomp on DTML code in pages. Thus the developers often end up with the carpeting job of taking designer-created HTML and stuffing it in to dynamic pages.
For this reason, Zope has grown Presentation Templates (http://www.zope.org//Wikis/DevSite/Projects/ZPT) which aim to survive round trips between presentation folks and designers. I recommend you check them out.
|