How do i create new xml file and also modify any xml file means add more nodes in xml file using javascript.?
Thanks in advance...
In IE you can manipulate XML using an ActiveX. There is also a built in object for FF and other W3C complient browsers. I recommend you to take a look at this article.