I have been working with these 3 technologies (XML and XSL first) and I have some points I would like to share with you. I would like JSP to take advantage of XSL and XML to separate the presentation layer from the data. So all the java object will be in the XML document and the HTML in the XSL document. The JSP engine will merge both to output HTML or whatever to the server. A JSP engine should also deal more with internationalization by providing a "bundle" mechanism in the Dispatcher. More sites are beeing translated into multiple language, and JSP should forward to the right JSP, Servlet without having to add complex code in the JSP/Servlet files. I know that JSP is defining all its tag into XML, but the concept of putting everything in the same file couldn't be used in a real multi style/language environment and is 100% different of what the XML consortium is doing. The style, at the HTML level, should be modified once, the content being dynamic should be into a separate file. It would be great to have some feedback on this issue and see if you might want these features inside a JSP engine. Thanks Olivier =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
