-
Applet to Servlet Communication using XML (1 messages)
- Posted by: Sreekant Gottimukkala
- Posted on: September 05 2000 15:15 EDT
Looking in for Applet to Servlet Communication using XML.Threaded Messages (1)
- Applet to Servlet Communication using XML by suresh kollipara on September 15 2000 08:58 EDT
-
Applet to Servlet Communication using XML[ Go to top ]
- Posted by: suresh kollipara
- Posted on: September 15 2000 08:58 EDT
- in response to Sreekant Gottimukkala
hai,
If u r aware of DOM and SAX of xml ,the following ans can be interpreted.
create xml document through Dom parser in thd servlet response ,use xslt engine and on client side in applet program use SAX parser,retrive the data and display