|
Read and Write XML Files in VB.NET/ASP.NET
| Version Compatibility: |
Visual Basic.NET ASP.NET
|
More information: This code demonstates how to use the .NET XMLTextReader and XMLTextWriter classes to read/parse and create/save XML files. Though it is implemented as an ASP.NET example, all the logic related to reading XML files can be used in a VB.NET Windows Application as well. See the comments within the code for more information. This code has been viewed 257052 times. Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents. code/DOTNET_XML.ZIP
|