Tim,
that sounds v.interesting.  Forgive my ignorance but what toolkit are you
using and what do you mean by "precompile the XSL pages"?

Thanks,
Trevor

On Thu, 26 Apr 2001, Tim Endres wrote:

> We do exactly what you propose. A servlet drives lightweight commands. The
> commands get XML trees containing the HttpServletRequest information, and
> fill in a subtree with the XML results. This tree is fed into XSLT and the
> resulting HTML is sent down the wire. I prefer it over JSP by miles. We
> precompile the XSL pages, so we get really good performance. And the
> separation of content/presentation could not be better.
> 
> tim.
> 
<SNIP>


Reply via email to