Re: Sending XML from Servlet to JSP

2001-04-24 Thread horwat
You could use the servlet to instantiate a bean. The bean is then placed into the request, and the call is then forwarded to the jsp page. In the jsp page you can then retrieve the bean and transform the xml. There is an opensource stylesheet tag that performs the transformation already available

Re: Sending XML from Servlet to JSP

2001-04-24 Thread Ross Lambert
Ganesh, > 1. How to send XML String from Servlet to JSP? session.putAttribute("XML", strXML); > 2. How to retreieve the XML sent by Servlet? session.getAttribute("XML", strXML); It's at least one way. :-) == Ross == Ross W. Lambert, CTO WebWolves, LLC voice: (509) 886-2049 e-mail: [EMAIL PR

Sending XML from Servlet to JSP

2001-04-17 Thread Ganesh MohanRao
Dear All, Please help me to do the following. 1. How to send XML String from Servlet to JSP? 2. How to retreieve the XML sent by Servlet? Thank you Ganesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff