[Zope] string to DTML

Tom Cameron tom@mooball.com
Fri, 28 Sep 2001 12:01:49 +1000


How do I convert a string to a DTML object?

I have a string property which contains DTML. I would like to render it.
Something like

<dtml-var "_.getitem('property',1)">

however because the object is a string I simply get the exact string. I
would like to convert it to a dtml object or interpret it as if it were
DTML.

Thanks
Tom