I selected XML output in the form properties, but I will try creating an XML document with the specified name, and see what happens, just in case.
I thought that perhaps XML output is only supported with Microsoft SharePoint Services. Do you know whether this is true? I seriously doubt that my hosting plan includes SharePoint.
Main Topics
Browse All Topics





by: nprignanoPosted on 2005-07-28 at 09:37:53ID: 14547463
FrontPage saves to a text file by default. If you have an exisiting XML file you want the results saved to, you can save directly to the file.
1) Form properties
2) Send form results to filename
3) Browse/Select or enter the filename
If you want a new file created each time for each seperate form results, then you need a custom script/form handler, or Microsoft SharePoint Services installed on the webserver.
While Microsoft Server Extensions are common on webservers, SharePoint Servies are not commonly used. If you do not know, then most likely they are not installed. In which case, you will need to append the results in an exisintg file on your webserver, or create a custom script or formhandler to do the desired actions for each individual form results submission.
It all comes down to what you are trying to do. Is there something you left out of your question? Id this does not answer your question, please offer some more details about what you are trying to accomplish.