<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><!--StartFragment --><FONT face=Arial size=2>I am using&nbsp;the 
following&nbsp;script to&nbsp;get objects out of the catalog:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>objects = []<BR>results = []</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>for object in 
context.Catalog(meta_type='Folder'):results.append(object)<BR>print 
results<BR>return results</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>And I recieve the following results:</FONT></DIV><PRE>[&lt;mybrains instance at 22E275B0&gt;, &lt;mybrains instance at 14AEC958&gt; ]</PRE>
<DIV><FONT face=Arial size=2>However, I would like to get information about 
objects within each of the folders that are returned (such as the id and 
description of&nbsp;images that are contained in the folders).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I know this information would not be&nbsp;part 
of&nbsp;each folder's entry&nbsp;in the catalog, but can it be obtained through 
aquisition -- perhaps if I know the path to the object?&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can this be done using a python script to query the 
catalog, and then dtml to access the namespace for each folder?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>John T.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>