[Zope] Saving property values to file

J. Cameron Cooper jccooper@rice.edu
Tue, 24 Jul 2001 17:44:12 -0500


>
>
>Now my problem is how to extract the whole list and save the contents as
>ASCii csv (Comma Seperated Variable Lenght) format on the local machine?
>
Use DTML to render the CSV file (I've done this before, and it's really 
easy), and use an External Method to call that and save the result as a 
file.

            --jcc
        (modular)