> I need to transfer the Data from JSP to Servlet and from Servlet to JSP
> using XML.
> Please tell me how to send the XML data.
You have to use some DOM implementation in order to create
a document object with its childs and everything.
> In JSP how to display the Data after Parsing XML.
If you parsed the XML, then you have the data in variables. What's needed
more?
- Isaac
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets