On Thu, 7 Feb 2002 20:53, seb bacon wrote:
> Hi!
>
> It wouldn't surprise me - ZPT has the roughly the same overheads as DTML
> for the language parsing, but a presentation template goes through an
> HTML parser in addition - which is always going to be quite slow in
> python.
That's only during parsing - the result of the ZPT parse is a highly
optimised rendering structure.
Richard