I don't have a particular framework or extension to recommend, but I will add
that XSLT and JSP can happily be used *together*. JSP is not just HTML.
Depending on what you want to do, you can easily use JSTL to do XSLT:
<%-- "xslt" is a scoped variable of type String, Reader or
javax.xml.transform.Source --%>
<x:transform xslt="${xslt}">
<%-- dynamically generated XML here --%>
</x:transform>
Or many other possibilites...
Quoting Oliver Thiel <[EMAIL PROTECTED]>:
> Hi Andrew,
>
>
> StrutsCX is Struts with XSLT - as alternative to JSP. StrutsCX overcomes
> the
> limitations of the Struts Framework by enabling you to utilize XML, XSLT,
> and XPath technologies instead of its standard JavaServer Pages.
> http://it.cappuccinonet.com/strutscx/index.php
>
> I just took a quick look at it and it looked quite promising at least it
> offers some
> documentation and some examples. But I did not had the time to implement it
> yet - so I cannt tell you if it's worth it.
>
>
> Oliver
>
>
> > Hi,
> >
> > Does anyone have any recommendation for add-ons to Struts that replace
> JSP
> > rendering (or co-exist with) with XML/XSL transforms to produce the UI?
> > I've found a link to Stxx <http://stxx.sourceforge.net/> but are there
> any
> > alternatives?
> >
> > I'd be interested in knowing if anyone has gone down this route, what you
> > chose and how you got on with it.
> >
> > Thanks,
> >
> > Andrew
> > --
> > Andrew Bate
> > Serco Justice
> > Direct Line: (01452) 880433
> > Email: [EMAIL PROTECTED]
--
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech <http://www.dotech.com/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]