[Zope] Zope namespace question

Peter Bengtsson mail@peterbe.com
Tue, 14 Aug 2001 15:15:34 +0200


> Members/Staff/ADocument
> Info/Calendar/calendar.dtml
>
> That is, my DTML method is calendar.dtml and the document I wish to open
is
> ADocument. How do I go about doing this? I want to get the contents of
> ADocument into a Python vector where it's split by it's newlines. I've
tried
> :

<untested>
<dtml-let docContents=="_.string.split(Members.Staff.ADocument.data,'\n')">
</untested>