[Zope] Newbie - passing a list to an External Method
Dylan Reinhardt
zope@dylanreinhardt.com
23 Apr 2003 10:38:52 -0700
On Wed, 2003-04-23 at 09:50, Oliver Bleutgen wrote:
> Look at the source of the page where you see that, if your browser tries
> to interpret the return value as html, this will hide things like <type
> 'bla'>.
Ah! Good catch... that would also explain the apparent loss of the
newline character.
> Is mylines the name of the python script you mentioned?
>
> That would explain everything.
It sure could. If lines turned out to be an instance, it, too, would
produce a tag-like thing that would be hidden in Ashley's HTML source.
I'm glad someone else picked up this thread... clearly I was running out
of ideas. :-)
Dylan