[Zope] Re: Exsternal method quote
Dieter Maurer
dieter@handshake.de
Thu, 24 Oct 2002 21:02:31 +0200
Andreas Tille writes:
> On Wed, 23 Oct 2002, Dieter Maurer wrote:
>
> > Projekt01, Roger Ineichen writes:
> > > What can I do if I whould return html code frome a external method?
> > > It always quote the return string
> > It seems that you are calling your external method from ZPT.
> >
> > In this case, you must use "structure" in from of your call.
> Is there any equivalent for this for Python Scripts?
The same way:
ZPT doesn't care how a value is produced (by a External Method,
a Script, a function call or a literal).
Dieter