i have a requirement in which using the javascript i need to open the existing xml file, traverse through its nodes and write some data values or update the values of the xml attributes, save and close the xml file. i need all this to happen on clicking generate button of a form. how can i open the file without using ActiveX and DOM?
Yes this requirement is form the DCT, on clicking Generate i need to update a xml log file.can i use the DOM and activeX objects in teamsite (with the javascript)?