0

I have tried with XML Lite which is pretty good with reading and writing a new xml , but when I try to add a new element to an existing XML , I am unable to figure out how to go about it.

Is there any other way, I can do XML operation.

Simsons
  • 12,295
  • 42
  • 153
  • 269

2 Answers2

3

For simple XML work TinyXml is a good place to start.

Kozbot
  • 46
  • 3
0

Processing (Reading and Writing) an XML Document Using XmlLite demonstrates how to update xml file with XmlLite in a streaming manner.

Samuel Zhang
  • 1,290
  • 8
  • 14