[Zope] String to Object

Leichtman, David J code@ou.edu
Wed, 8 Nov 2000 10:26:48 -0600


Does anyone now how I might take a string and turn it into an object
reference in DTML?

By that, I mean, I want to take a string like: 'object.subobject.subobject'
from a database,
and I want to reference it as <dtml-var object.subobject.subobject>.
I think this is a simple, straightforward thing, but I've been wracking my
brain over it.