Re: XSL in JSP

2004-11-23 Thread gilles
have a look at the xtag library (it's well documented) : http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html Le Mardi 23 Novembre 2004 06:41, Nishant a écrit : > hi to all, > i am using tomcat apache with struts... > in my java beans i am storing the xml information in String. > now i ha

RE: XSL in JSP

2004-11-23 Thread Mark Benussi
Well... you shouldn't really combine the two. There is an overhead of an XSL transformation (Even when you cache the template). If you really want to do something then you would do the transfomation and place the result in the request for the JSP to retrieve and present. --