Tag Archive for 'XmlTextWriter'

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 to xmls in a very simple manner.
Requirements
Language : Visual Basic.Net
Framework : .Net Framework version 1 or 1.1
Imports : Continue reading ‘Reading and Writing an Xml File the Simple Way’