Click to See Complete Forum and Search --> : retreiving data using server side scripts


fip04
May 31st, 2004, 04:37 AM
Hi,

on my client, the output of my form is a popup window with contents as:

<?xml version=1.0 encoding=ISO-8859-1?>
<data>
<file>C:\My Documents\aus.svg</file>
<tex>C:\My Documents\pop.txt</tex>
</data>

now i want to create a server side script using either servlet or JSP that on form submission, extracts the files shown in the xml tags above and displays them to the user.

thanks in advance