tags:

views:

80

answers:

1

Hi everybody,

Using javascript, I want to read xml file from the disk, modify the values/add elements/attributes and save the xml back to disk.

Anyone knows here can i find examples that works with IE and Firefox? I allready find examples to read, now changing values that's the problem.

Thanks

+1  A: 

See if this link helps. There are sections that deal with changing node values, deleting nodes, replacing nodes, and adding nodes.

Vivin Paliath
That help a bit. Thanks!
SlimBoy