On 8/18/05, Graham Smith <[EMAIL PROTECTED]> wrote:
> * Should I just stop fighting city hall and abandon XSLT in favour of JSP?

Two thoughts strike me as I read your discussion, and the reasoning
for which you like XSLT:

* You seem to be concluding that XSLT and JSP are mutually exclusive.
  Especially with JSP 2.0, this isn't really true ... any well formed
XML document
  is also a valid JSP2 page (in the XML syntax).  Why not build your XML
  document templates as JSPX pages, use the Struts or JSF tags to pull
  in the dynamic data, and post-process with XSLT in a filter?

* If you really like XSLT, you should probably look at using a framework
  like Cocoon, where transformation pipelines *are* the mainstream
  technology.

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to