[Zope] ANNOUNCE: Advanced DTML HowTo

Service Informatique CHSR chsrinfo@guetali.fr
Mon, 15 Mar 1999 09:43:45 +0400


>Are you confused by the subtleties of DTML? Want the skinny on advanced
>DTML tricks and gotchas? Check out my advanced DTML HowTo:
>
>http://www.zope.org/Documentation/HowTo/DTML
>


Thanks

You say "one shouldn't have to use <!--#var "_['foo']"--> instead of
<!--#var foo-->."
However, i find it useful to write:

<!--#if "_['foo'] and _['bar']"-->
<!-- blah -->
<!--#/if-->

instead of:

<!--#if foo--><!--#if bar-->
<!-- blah -->
<!--#/if--><!--#/if-->

Hope that helps...

Regards, Jephte CLAIN
Service Informatique CHSR