17 Aug
1999
17 Aug
'99
9:46 a.m.
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.