I wrote an XHTML Survey using FormsPlayer XForms. I can submit the data to a local file successful:
<xforms:submission
id="siSurvey_SaveLocal"
action="
file://c:/CopyofOrderlocal.xml"
method="put"
replace="all"
/>
I know Xforms data is processed and submitted as xml, but I need to write an asp file to write that data to a server's database. Can anyone give me any suggestions or examples.
Andrew Mitchell
Univ of MD
Research Assistant