[Zope] dtml-in

Chris Withers chrisw@nipltd.com
Tue, 17 Oct 2000 16:00:56 +0100


dsergent@imexpert.com wrote:
> But I was only able to print the name of the dtml document, how can I
> execute the script write in the dtml document ?

The following should do it:

 <dtml-in "Applications.objectValues('DTML Document')">
 <dtml-var sequence-item>
 </dtml-in>

cheers,

Chris