Asp.net – how to modify contents in a nested xml
I need to modify the CompValue from "C02" to "C02,C03" . How to achieve this ?I have tried various ways to modify the XML content but so far could not find a solution. XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml("XML value");…