Use a form (asp or html) to append existing xml file
I have a database that uses an xml file for searching. I need a form where a user can enter the data to append to end of this xml file. The user will enter data like below:
Code:
<subname>
<name>Sub1</name>
</subname>
I have been trying to modify some scripts that I have found, but not getting anywhere.