how we can create new xml file by C# in the following situation:
- its winform.
- our xml code is in a string str = “<><><><>…etc”
now i want to create an xml file myxml.xml which contains everything in str,
please answer in the context and thanks…
need simple source code
XmlDocument.LoadXml