1

Is there any way to insert some data into XML file?? For example, if there is a XML code like this <charlist> <list> <title>gb</title> <chr>Goodbye</chr> `</list> <list> <title>ttyl</title> <chr>talk to you later</chr> </list> </charlist> How can i insert more data like "" into XML file. I used "append" to add more data into a XML file, but it did not work. Do I need to use Ajax or the others???

1 Answer 1

1

Short answer is you can't without using a server side language - you can append it in memory, but you'd have to use something else to store it forever ;)

note You could use HTML5 LocalStorage(), but this probably isn't what you are looking for :(

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.