.NET & XML
By
Niel Bornstein
November 2003
Pages: 472
| Table of Contents
| Index
| Sample Chapter
| Colophon
Table of Contents
-
Processing XML with .NET
-
Chapter 1 Introduction to .NET and XML
- The .NET Framework
- The XML Family of Standards
- Introduction to XML in .NET
- Key Concepts
- Moving On
-
Chapter 2 Reading XML
- Reading Data
- XmlReader
- Moving On
-
Chapter 3 Writing XML
- Writing Data
- XmlWriter and Its Subclasses
- Moving On
-
Chapter 4 Reading and Writing Non-XML Formats
- Reading Non-XML Documents with XmlReader
- Writing an XmlPyxWriter
- Moving On
-
Chapter 5 Manipulating XML with DOM
- What Is the DOM?
- The .NET DOM Implementation
- Moving On
-
Chapter 6 Navigating XML with XPath
- What Is XPath?
- Using XPath
- Moving On
-
Chapter 7 Transforming XML with XSLT
- The Standards
- Introducing XSLT
- Using XSLT
- Moving On
-
Chapter 8 Constraining XML with Schemas
- Introducing W3C XML Schema
- Using the XSD Tool
- Working with Schemas
- Moving On
-
Chapter 9 SOAP and XML Serialization
- Defining Serialization
- Runtime Serialization
- XML Serialization
- SOAP Serialization
- Moving On
-
Chapter 10 XML and Web Services
- Defining Web Services
- Using Web Services
- Moving On
-
Chapter 11 XML and Databases
- Introduction to ADO.NET
- Manipulating Data Offline
- Reading XML from a Database
- Hierarchical XML
-
.NET XML Namespace Reference
-
Chapter 12 How to Use These Quick Reference Chapters
- Finding a Quick-Reference Entry
- Reading a Quick-Reference Entry
-
Chapter 13 The Microsoft.XmlDiffPatch Namespace
- Using the XmlDiffPatch Namespace
- Using the XmlDiff and XmlPatch Executables
- Microsoft.XmlDiffPatch Namespace Reference
-
Chapter 14 The Microsoft.XsdInference Namespace
- Using the XsdInference Namespace
- Using the Infer Executable
- Microsoft.XsdInference Namespace Reference
-
Chapter 15 The System.Configuration Namespace
- The Configuration Files
- Adding Your Own Configuration Settings
- System.Configuration Namespace Reference
-
Chapter 16 The System.Xml Namespace
-
Chapter 17 The System.Xml.Schema Namespace
-
Chapter 18 The System.Xml.Serialization Namespace
-
Chapter 19 The System.Xml.XPath Namespace
-
Chapter 20 The System.Xml.Xsl Namespace
-
Chapter 21 Type, Method, Property, and Field Index
-
Colophon
Return to .NET & XML