Hi. I think it makes sense to use Apache filtering to seperate the presentation layer. The idea is to have an application layer that outputs xml and a template engine attached by filtering that merges the xml into html pages.
What is already there? Are there any template engines that can be attached through filtering? Is there any spec. for an interface xml? What are the cons of this approach? Thx, Joachim