Creating XML file using JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nelson Joseph
    New Member
    • Dec 2006
    • 14

    #1

    Creating XML file using JavaScript

    Hai all,

    I would like to create an XML file using JavaScript. Is it possible? Please tell me how can we create?

    Thanks in advance.
    - Nelson
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    you can create a XML document in the browser with javascript ... but you cannot create a file with javascript alone ... you may send the data to the server and let a serverside script write a file with that data ...

    kind regards

    Comment

    Working...