Click to See Complete Forum and Search --> : JavaScript and XML


zonome
04-10-2003, 12:00 PM
Hi,

I am trying to update the contents of an XML file using JavaScript. Basicaly I need to read the values from an HTML form and then update the correct node in an XML file.

Can someone give some pointers plz.

Thanks

khalidali63
04-10-2003, 03:24 PM
With JavaScript you can do that in memory,since JavaScript will not be able to write to a file on disk therefore you will have to use some other means to do this..

Cheers

Khalid