[Zope] How to render a HTMLFile in a method in a product

Max Møller Rasmussen maxm@normik.dk
Thu, 26 Oct 2000 15:42:13 +0200


From: Chris Withers [mailto:chrisw@nipltd.com]

Thanks for the reply

>testisDocTemp = 1

>def test(self,ignored,md):
>    " A simple test method "
>    return HTMLFile('skins/' + self.skin, globals())(None,md)

Is this documented anywhere? I have a little trouble using code I don't
understand. Pretty Please.

Regards

	Max M