[Zope] html templates?
Kevin Dangoor
kid@kendermedia.com
19 Jun 2000 22:50:52 +0200
----- Original Message -----
From: "Christian Scholz" <cs@comlounge.net>
To: <zope@zope.org>
Sent: Monday, June 19, 2000 3:35 PM
Subject: [Zope] html templates?
> Imagine writing simple html templates with some custom tags which are
quite
> abstract like <addresslist>. Then write some Python Product (or there
might
> be one Product to make this happen a little simpler) which implements
these
> tags.
Is there an advantage to this over:
<dtml-var addresslist>
(other than saving a few characters typing dtml-var)?
addresslist could be a property or another DTML method...
Kevin
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )
---