24 Jul
2001
24 Jul
'01
2:04 p.m.
Further I'm looking at the Zope Page Templates. I would like to look deeper in to it (sorry, hadn't the time to look at it earlier), but how does it work under Zope 2.4? Will it be (at the end) in the zope core as well? ZPT is dependent on ParsedXML, where is this project going? Is the latest version now also available on Windows (I'm one of these guys who doesn't has a really prefered operating system, I use both)?
ZPT only uses ParsedXML if you are using it to generate XML. If your content-type is text/html you don;t need the ParsedXML product to use ZPT.