(keep copying to the list so other people can jump in and help) [EMAIL PROTECTED] wrote: > > thks a lot for your answer. It works, but I've a lot of dtml documents in > my folder, and it's tooooooooooooooooooo slow with the sequence-item tag > (less than one seconde with <dtml-var id>, and more than 10 secondes, with > <dtml-var sequence-item>. Do you know any explaination about that ??? Of course ;-) <dtml-var id> is rendering a single string. <dtml-var sequence-item> goes through and renders each whole document, which takes a lot longer... cheers, Chris _______________________________________________ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )