Wolfgang Strobl writes:
 > I asked about how to perform this function (to spell it out again: 
 > _adding_ a _DTML Document_) programmatically, i.e. via DTML, 
 > of from Python code.
ZCatalog.manage_catalogObjects(self, REQUEST, RESPONSE, URL1, urls=None)
   """ index all Zope objects that 'urls' point to """

You can use "ZopeFind" (--> ZQR) to "find" the objects
and the "absolute_url" method to obtain the URL.


Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to