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