Description of XML Survey :
The XML survey which allows you to collect data from HTML form and save it in XML-format runs using a text configuration file that can be saved anywhere on your server. / You must just set this servlet as an action parameter for your form. / All fields those names begins with * are mandatory / Notes: / 1. You can save configuration file anywhere on your server. Just use the proper path for setting servlet's parameter. Short path (just a name of your file) means that your configuration file is saved under servletrunner's root directory. But you can always use some like this: / http://your_host/servlet/SurveyXMLServlet?c:\myfiles\config.txt / 2. XML file can be created anywhere on your server (just check out access rights). / 3. If after or error value starts with http than request will be redirected to that site after data saving. Otherwise servlet assumes a local resource and forwards request. /