[Zope-dev] Need help iterating through a folder

mindlace mindlace@imeme.net
Sat, 11 Mar 2000 02:21:14 +0000


William Peloquin wrote:
> 
> Hi Gang,
> 
> I am trying to display all the DTML Documents I have stored in a folder.

<dl>
<dtml-in expr="objectValues(['DTML Document'])">
	<dt><dtml-var title>
		<dd><dtml-var sequence-item></dd>
</dtml-in>
</dl>

make sure the documents have no header or footer.
-- 
emf - mindlace@imeme.net
good design is as close as I want to get to ideology.