7 Nov
2000
7 Nov
'00
8:54 p.m.
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