Murach's Visual Basic 2008 How to work with XML files
To start, this chapter presents the basics of XML and shows
you how to use the Visual Studio XML Editor for working with
XML. Then, it shows you how to use Visual Basic with the XmlWriter and
XmlReader classes to store XML documents in a file and to
read XML documents from a file.
|
|
|
|
An XML document |
682 |
|
XML tags, declarations, and comments |
684 |
|
XML elements |
684 |
|
XML attributes |
686 |
|
|
How to create a new XML file |
688 |
|
How to open an existing XML file |
688 |
|
How to edit an XML file |
688 |
|
|
How to use the XmlWriter class |
690 |
|
Code that writes an XML document |
692 |
|
How to use the XmlReader class |
694 |
|
How the XmlReader class reads
nodes |
696 |
|
Code that reads an XML document |
698 |
|
A class that works with an XML file |
700 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|
|
|