14 Aug
2001
14 Aug
'01
1:15 p.m.
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>