[Zope] Abstract rendering made difficult?

Richard Moon richard@dcs.co.uk
Wed, 29 Mar 2000 15:51:52 +0100


At 21:37 29/03/00 +0930, you wrote:
>Salutations,
>
>I've been staring at this one for a while, but I can't quite seem to
>pull it off.
>
>I'd like to render a document based on the contents of a variable.
>For example (simplified):
>
><dtml-call "REQUEST.set('foo', 'index_html')">
><dtml-var foo>

<dtml-call "REQUEST.set('foo',index_html)">
<dtml-var foo>

looks like it works


>should (would? could?  I'd like!) render index_html.  Double
>quotes don't cut it (both print the string 'index_html') :-(
>
>Regards,
>   Daryl Tester
>
>_______________________________________________
>Zope maillist  -  Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>**   No cross posts or HTML encoding!  **
>(Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>


Richard Moon
richard@dcs.co.uk