Looking for a code for editing XML

Thanks

Member Avatar for Huntondoom

Xml is written just like a textfile, you can open it with notepad
and edit it

You'll want to take a look at the System.Xml namespace. As a starting point, you can call XmlDocument.Load(...) , and work from the XmlDocument object created.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.