Re: [Zope] Recursive Display Of All Folder Items

2005-12-13 Thread Dennis Allison
Read the documentation for . You should be able to use it to generate the information you want. On Tue, 13 Dec 2005, J Cameron Cooper wrote: > Francisco Chamorro wrote: > > Hi everyone, I am trying to get a dump of all the content currently in > > our zope server. Using DTML I was able to ge

Re: [Zope] Recursive Display Of All Folder Items

2005-12-13 Thread Paul Winkler
On Tue, Dec 13, 2005 at 01:44:00PM -0600, J Cameron Cooper wrote: > Francisco Chamorro wrote: > >Hi everyone, I am trying to get a dump of all the content currently in > >our zope server. Using DTML I was able to get the top level folders to > >display their content but I am unable to recursivel

Re: [Zope] Recursive Display Of All Folder Items

2005-12-13 Thread J Cameron Cooper
Francisco Chamorro wrote: Hi everyone, I am trying to get a dump of all the content currently in our zope server. Using DTML I was able to get the top level folders to display their content but I am unable to recursively display the contents of the sub-folders. This is the code I am using fo

[Zope] Recursive Display Of All Folder Items

2005-12-13 Thread Francisco Chamorro
Hi everyone, I am trying to get a dump of all the content currently in our zope server. Using DTML I was able to get the top level folders to display their content but I am unable to recursively display the contents of the sub-folders. This is the code I am using for my top level folders, whe