8 Nov
2006
8 Nov
'06
12:12 p.m.
72----- Original Message ---- From: Chris Withers <chris@simplistix.co.uk> Nancy Donnelly wrote:
That helped a lot! I yahoo'd (can't google any more since they've sold out to >> the interests gathering our personal data for Homeland Security) "put_factory" >> and got this code snippet:
if ext == 'dtml': from OFS.DTMLDocument import DTMLDocument
return DTMLDocument( '', __name__=name )
So...how would I rewrite that to change it into a page template?
Here's a more complete PUT_factory that I use:
<code follows>... That's perfect! Thank you! Nancy