[Zope] "indirection" problem

2000-08-02 Thread Jacques Exelrud
I have in a dtml var the name of a dtml document I want to show as part of another document. If I do a (where file is the said variable) I get the content of that document show but now as html but as text, things like < have been translated to < Any sugestions ? Thanks in advan

Re: [Zope] "indirection" problem

2000-08-02 Thread David Coe
I *think* you've stumbled upon the way _.getitem behaves by default: (from the DTML reference) getitem(name,flag) Lookup a name in the namespace. If the value is callable and the flag is true, then the result of calling the value is returned, ot

Re: [Zope] "indirection" problem

2000-08-02 Thread Curtis Maloney
On Thu, 03 Aug 2000, David Coe wrote: > I *think* you've stumbled upon the way _.getitem behaves by default: > > > (from the DTML reference) > > getitem(name,flag) Lookup a name in the namespace. If the value is >callable and the flag is true, then the result >