[Zope] dtml-in mapping, and sessions

Dieter Maurer dieter@handshake.de
Mon, 8 Jul 2002 21:11:41 +0200


Alejandro Fernandez writes:
 > I'm trying to output reports based on the result of a database query
 > contained in a session variable.
 > 
 > It goes 
 > 
 > <dtml-in loopname mapping>
 > <dtml-var this><dtml-var that><dtml-var the_other><br>
 > <dtml-if "sequence-item > size">
Avoid names containing "-" in Python expressions!

Use the "prefix" argument for "dtml-in".

See the Zope Book for more information...


Dieter