I look for something that will explain simply how to use the System.xml in c#.
Printable View
I look for something that will explain simply how to use the System.xml in c#.
MSDN...It pretty straightforward. You populate a DOM document object and you can access it nodes, attr, comments, etc..