16 Jan
2000
16 Jan
'00
8:32 p.m.
Hi, ----- Original Message ----- From: "Jeff Bauer" <jbauer@rubic.com> To: <zope@zope.org> Sent: Sunday, January 16, 2000 3:16 PM Subject: [Zope] new dtml syntax
I'm attempting to use the new dtml syntax convention, documented in Pamela's fine Document Template Markup Language reference.
The server complains if I use <!--#dtml-var xxx--> syntax, but works okay for <!--#var xxx-->.
Actually, the new syntax looks more like HTML tags and less like comments: <dtml-var xxx> is equivalent to <!--#var xxx--> Kevin