views:

40

answers:

2

I want to use XML for UI layout and element definition. Want them to be rendered as HTML. Request to suggest a open source package for this.

+1  A: 

I am not sure what you mean with 'Then that needs to be rendered using JSP.' as I mentioned in the comment.

If you want to use xml for UI layout take a look at:

http://java-source.net/open-source/xml-user-interface-toolkits

Karussell
OpenLaszlo is great.
BalusC
@Karussell - i have edited my question, thanks.
Joseph Kulandai
A: 

You probably want to use Saxon or Xalan. Google for those.

Rob