Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving updated xml pages

Status
Not open for further replies.

GiffordS

Programmer
May 31, 2001
194
CA
I am using xml as a data storage facility and am going slowly insane. I need the ability to add elements to my documents dynamically. Right now, I can use forms and JavaScript to do everything I need, including writing the changes in the DOM, but I need a perl or cgi script to send the updated document to so that it can be saved on my server. I have tried using a server-side ASP script, and I can get it to echo back to the browser, but I still can't get it to save the updated file. Any suggestions?
 
Hello,
Read the thread thread426-55089
And you have to set rights for writing for your file and the above directory.
Hope thsi helps,
D.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top