0

I get an XML file with a huge amount of data. I would like to add some entries to it. I have looked at GDataXML and a few others but cant seem to find something that will allow me to add entries without having to fully map the XML and then reconstruct it. What is a simple way to get this done?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Zia
  • 14,622
  • 7
  • 40
  • 59

1 Answers1

3

As you have looked at GDataXML and don't want to go for it, then TouchXML could be a nice alternative. Here is a good tutorial on how to use TouchXML here.

Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75
Piyush Dubey
  • 2,416
  • 1
  • 24
  • 39