[Zope] get an object based on URL???

Kevin Howe khowe@performance-net.com
Sat, 22 Apr 2000 16:40:00 -0300


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