Does anyone have advice on how to replace the text contents of an existing node using Javascript?
The script is running client-side.
The code will actually be run on the user's hard-drive, and the XML resides on the same client's hard-drive.
Tried different combinations of replaceWholeText, replaceData, and .value etc.
Only documentation I can find is VBScript and I can't quite get the syntax correct in Javascript.
Any hint would be most welcome.
Thanks!
The script is running client-side.
The code will actually be run on the user's hard-drive, and the XML resides on the same client's hard-drive.
Tried different combinations of replaceWholeText, replaceData, and .value etc.
Only documentation I can find is VBScript and I can't quite get the syntax correct in Javascript.
Any hint would be most welcome.
Thanks!