22 Apr
2000
22 Apr
'00
7:40 p.m.
I want to be able to take a URL and read the properties of that object: You can't do it directly in a WITH tag Example: <!--#with "http://domain/my/object"--> but it seems like the whole premise of Zope is translating URLs into Objects, is there a routine that can be used in DTML to translate the URL to an object reference? Example: <!--#with " ObjectFromURL( 'http://domain/my/object' ) "--> <!--#var id --><br> <!--#/with--> Thanks! kh