Simsons
Simsons

Reputation: 12745

How do I load and update a XML

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.

Upvotes: 0

Views: 462

Answers (2)

Samuel Zhang
Samuel Zhang

Reputation: 1280

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

Upvotes: 0

Kozbot
Kozbot

Reputation: 46

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

Upvotes: 3

Related Questions