Re: How to create a file "on the fly" ?
Tino Wildenhain <[email protected]> Thu, 13 Oct 2005 11:39:39 +0200
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
Nicolas Georgakopoulos schrieb: ... > Because I'm using ZTP and so far I have found documentation about > creating file's only byt DTML examples. What kind of "file" are you going to create? If its XML - like, you can use a pagetemplate just fine. If its more cvs-like (plain text) you just issue some print commands in a python script and get the complete string in printed. Its not so complicated as you seem to think!