[Zope] xml-rpc and acquisition

Andy McKay andy@agmweb.ca
Fri, 30 May 2003 14:21:25 -0700


On Fri, 2003-05-30 at 09:38, Michele Ruberl wrote:
> I'm trying to implement a object repository based on Zope, that I'm
> accessing via XML-RPC calls.
> Is there a way for obtaining from XML-RPC the same behaviour as the dtml-var
> tag in terms of accessing something similar to the DMTL namespace, where
> <dtml-var something> called on an object returns:

If you want it to be exactly the same as dtml, call a dtml method from a
Python script. Call the Python Script from XMLRPC. Just pass in the
right context's. ;)
-- 
  Andy McKay