What are the different ways of writing xml values in C#
I am new to .xml files in general and I am currently working on project where I take simple .txt file with values inside of it and generating a .xml file out of it. I am trying to replicate this in the xml file: <value1 name="value2"/> Only value2 gets changed based on the .txt file.… Read More What are the different ways of writing xml values in C#