Murach's C# - How to work with XML
To start, this chapter presents the basics of XML and shows you how to use the
Visual Studio XML Designer for working with XML. Then, it shows you how to use C#
with the XmlTextWriter and XmlTextReader classes to store XML documents in a file
and to read XML documents from a file.
|
|
|
|
An XML document |
680 |
|
XML tags, declarations, and comments |
682 |
|
XML elements |
682 |
|
XML attributes |
684 |
|
|
How to work with XML view |
686 |
|
How to work with Data view |
688 |
|
|
How to use the XmlTextWriter class |
690 |
|
Code that writes an XML document |
692 |
|
How to use the XmlTextReader class |
694 |
|
How the XmlTextReader class reads nodes |
696 |
|
Code that reads an XML document |
698 |
|
A class that works with an XML file |
698 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|
|
|