create and modify xml file using javascript

后端 未结 4 1649
故里飘歌
故里飘歌 2020-12-03 21:55

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...

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 22:28

    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.

提交回复
热议问题