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. --

XSL in JSP

2004-11-22 Thread Nishant
hi to all, i am using tomcat apache with struts... in my java beans i am storing the xml information in String. now i hav to retrieve this XML info using XSL in my JSP page .. here i am stucked. can neone explain how to use JSP with XSL on net there is little information about it ... thanks