Re: JSP-XML-Servlet --- Help Please

2001-04-04 Thread Isaac Shabtay
> 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

JSP-XML-Servlet --- Help Please

2001-04-04 Thread Ganesh MohanRao
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