Categories

Updated: 01/09/2001

Saving HTML Form Data to XML

Form submissions in ASP are usually written to some sort of database management system. However, if you need your form submission data to be more portable, you may want to write it to an XML file. Especially useful when the data you are gathering will be sent to applications on non-Windows platforms. This tutorial explains how to write a form submission to an XML document using the Microsoft XMLDOM Object.
©2003-2019 jCay.com