[Zope-dev] Text object with dtml code fragment
kentsin
kentsin@poboxes.com
Sun, 29 Aug 1999 08:41:55 +0800
Dear Developers,
I have difficult to put code fragments with incomplete dtml code into
Zope.
Zope just parse it and report error.
Is it possible to prevent this by making the dtml rendering as a method
say dtml or html such that calling the object by its name will return its
content as is and calling the name.dtml will sent the rendered page.
This also make the zope site look like a normal site.