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.