[Zope] DTML string in Zope Product

Bo M. Maryniuck b.maryniuk@forbis.lt
Wed, 9 Oct 2002 15:15:12 +0200


Hi.
Somebody know how to do instead:

someFoo =3D DTMLFile('file', globals())

def someFoo(self, REQUEST =3D None):
=09"""abc"""
=09myDTML =3D "<standard_html_header>Test!<standard_html_footer>"
=09return myDTML

Yes, I know: I should render it first. But how? I didn't find (yet) any=20
DTMLString or something. Any hints?

--=20
Regards, Bogdan

Never assume the reader has read the subject line.