17 Oct
2000
17 Oct
'00
4:51 p.m.
(keep copying to the list so other people can jump in and help) dsergent@imexpert.com 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
9302
Age (days ago)
9302
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Withers