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