views:

555

answers:

2

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.

+4  A: 

http://cocoon.apache.org/

cherouvim
Looks scary :-) Any more frameworks?
HappyCoder
@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
+1  A: 

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

Kjetil Ødegaard