[Zope] converting DOM URL to objects

Dieter Maurer dieter@handshake.de
Mon, 29 Apr 2002 22:16:35 +0200


Dennis Allison writes:
 > My ParsedXML system is beginning to function.  It would be nice to be able
 > to use the system mechanism for converting a DOM-URL to an object
 > reference, but I've been unable to find it in the code.  Any hints?  :-)
What's a DOM-URL?

If it's an URL inside the Zope hierarchy, you can use
"restrictedTraverse" (--> Zope Help --> API reference --> ObjectManagerItem).


Dieter