XSLT vs JSP
843834Apr 29 2003 — edited Apr 29 2003I have a quite standard task to transform XML DOM tree into HTML, it looks like XSL is the way to go, but I was wondering why not do it with JSP. I can see couple advantages to do it this way, i think performance would be better, also I can use ResourceBundle for internationalization, etc.
Is there any disadvantages in doing it with JSP?