RE: redirecting XML/XSLT to JSP or Vice Versa

2004-07-27 Thread Johan Wasserman - BCX - Infrastructure Services
ance (this does not work!): " /> -Original Message- From: MARU, SOHIL (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 4:54 PM To: Struts Users Mailing List Subject: RE: redirecting XML/XSLT to JSP or Vice Versa I am doing something similar, I have a JSP with the

RE: redirecting XML/XSLT to JSP or Vice Versa

2004-07-27 Thread Johan Wasserman - BCX - Infrastructure Services
t Subject: RE: redirecting XML/XSLT to JSP or Vice Versa Glad that could help. I have been using it for over a month now all over my system and it seems to be working like a charm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 2:33

RE: redirecting XML/XSLT to JSP or Vice Versa

2004-04-15 Thread MARU, SOHIL (SBCSI)
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:14 AM To: [EMAIL PROTECTED] Subject: redirecting XML/XSLT to JSP or Vice Versa Hi In the application I am working with data is in the form of XML for some screens .But since the architectur

RE: redirecting XML/XSLT to JSP or Vice Versa

2004-04-15 Thread alana
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:14 AM To: [EMAIL PROTECTED] Subject: redirecting XML/XSLT to JSP or Vice Versa 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

RE: redirecting XML/XSLT to JSP or Vice Versa

2004-04-14 Thread Kunal H. Parikh
Consider the JSTL. JSTL supports XML and XSLT processing. Cheers, Kunal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 April 2004 16:14 To: [EMAIL PROTECTED] Subject: redirecting XML/XSLT to JSP or Vice Versa Hi In the application I am

RE: redirecting XML/XSLT to JSP or Vice Versa

2004-04-14 Thread MARU, SOHIL (SBCSI)
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:14 AM To: [EMAIL PROTECTED] Subject: redirecting XML/XSLT to JSP or Vice Versa 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 wond

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