seb bacon wrote: > > 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.
IIRC, The HTML Parser is only used during compilation, not on every render. I would have thought it'd eb a priority to get ZPT to be at least as fast as DTML... cheers, Chris _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )