[ZPT] TAL omitAllTags proposal

Dieter Maurer dieter@handshake.de
Fri, 22 Mar 2002 23:29:27 +0100


Godefroid Chapelle writes:
 > We are using PageTemplates outside Zope to generate SQL data definitions.
 > 
 > You find hereunder the type of code we wrote first in order to get 
 > well-formatted (human readable) SQL code.
 > 
 > CREATE TABLE <tal:block tal:replace="table/name"/> (
When you use "replace", you can name the tag as you like as it will
be replaced together with its content...


Dieter