19 May
2005
19 May
'05
2:36 p.m.
Many thanks for all the suggestions.
4. Zope 2.7 / 3 ?
Looks like lack of Zope3 documentation forcing us to start with Zope 2.7 . But we will certainly try out Zope3 after we finish implementation on Zope2.
2. We want to generate xml using ZPTs and then apply xsl. Is the server side transformation supported?
Why? You first use ZPT to create XML and then an XSLT engine to create HTML. This seems like a slow approach to me. ZPT can generate HTML right away, which is much faster. Unless you already have your c
I am not looking Zope as xslt engine but then then the end user will have better chance of customizing the look. Not yet decided an server/client side transform though. Thanks again.