> 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
Hi All,
Please help me in this JSP-XML stuff.
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.
In JSP how to display the Data after Parsing XML.
I appreicate if you can provide me some sample codes for XML Data Transfe