Looking for a code for editing XML
Thanks
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.