0

I'm developping a phonegap/android application. I have recuperated an xml file from a web service using xmlhttprequest, now I want to insert, delete or modify some tags. How can I do this and should I use Get or post.

1 Answers1

0

If you want to add data you should use POST. I don't think you can modify the XML file recuperated directly, because it shows informations from the database, so you can access to the data base, then put or modify what you want, then the XML file will be modified.

Aminesrine
  • 2,082
  • 6
  • 35
  • 64