Tag Archives: dotnet
Reading and Writing an Xml File the Simple Way
Introduction This FAQ introduces you to the world of XML in DotNet. It demonstrates how to use two built-in classes in the dotnet framework for reading and writing xmls. The classes, XmlTextReader and XmlTextWriter, help you to read and write … Continue reading