[Zope] PHP-Syntax
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Tue, 17 Aug 1999 19:46:37 +1000
>>> Ulrich Steinkopf wrote
>
> I dont like the SSI-like syntax of Zope. Is there any possibility to use
> another Syntax, for instance PHP?
As of Zope2, the SSI-like syntax is deprecated in favour of the newer
<dtml- > syntax, e.g.
(off the top of my head)
<dtml-if foobar>
<dtml-in listObject>
something
</dtml-in>
</dtml-if>
Anthony, who has way, way too much code that still uses the old style -
hm, need to write a "update my DTML for me" thingy.