[Zope] new dtml syntax
Kevin Dangoor
kid@kendermedia.com
Sun, 16 Jan 2000 15:32:51 -0500
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