vote up 2 vote down star

I recently learned a bit about xml/xslt and would like to try it in my web project. What framework would you recommend for that? Basically, I want to generate a dynamic xml that will be applied to xslt stylesheet on the client side.

Wicket was my first candidate, but it is primarily html-centric. Didn't manage to get my idea work yet.

flag

2 Answers

vote up 4 vote down check

http://cocoon.apache.org/

link|flag
Looks scary :-) Any more frameworks? – HappyCoder Mar 26 at 12:46
@HappyCoder: Yes it is. 4 years ago I experimented with it and it had lots of problems. I suppose it's more mature now. Regarding other frameworks, no, I have no idea. – cherouvim Mar 27 at 6:16
vote up 1 vote down

Spring MVC has support for XSLT views (reference docs).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.