RE: redirecting XML/XSLT to JSP or Vice Versa

2004-04-15 Thread alana
Thanks Maru... little problem with sellin the client the concept that JSTL is not a risk :( --alan -Original Message- From: MARU, SOHIL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 8:24 PM To: Struts Users Mailing List Subject: RE: redirecting XML/XSLT to JSP or Vice

redirecting XML/XSLT to JSP or Vice Versa

2004-04-13 Thread alana
Hi In the application I am working with data is in the form of XML for some screens .But since the architecture uses beans and jsp.I was wondering how to integrate JSP/Struts Architecture with XSLT/XML. My requirement is either transform the xsl template to JSP or vice versa. XSL/XML -> JSP -> HT