.NET news » XML 
Microsoft .NET XML Web Services Step by Step (Step By Step (Microsoft))
Authors: Adam Freeman, Allen Jones
Average rating: (16 reviews)
More .NET XML books
XML Encryption
XML Encryption is a W3C standard for encrypting XML elements. The encryption process involves taking an element from an xml document, encrypting it and it's children, and then replacing the original XML content with the generated encrypted XML in such a way as the document remains well formed.
AnyDataFileToXmlConverter Class/Utility
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
Dynamic XML from SQL Server
"Efficiency in simplicity", that's what XML is all about. XML is great for information exchange because of its simple flat file structure and user defined tags. For any application to interact with another either an complex marshalling code would be required or a simple implementation of XML would suffice. MS SQL gives us the advantage of generating dynamic XML in our data queries itself. In this article we will see some of the common used SQL XML queries.
RegexToXml regular expression to XML converter
RegexToXml is a command line utility which applies a regular expression to input text and returns the results as an XML document.
How to Append to a Large XML File
Appending to an XML file can be tricky with large files in terms of speed and memory usage. This article covers the options available in .NET.
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, and arrays
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, and arrays.
4 Oct 2006, 15:15:00 Source: A deep XmlSerializer, supporting complex classes,...
Tags: Components
XML
XMLFormatter provider for serialization
Creating a custom XMLFormatter for serialization of objects.
Read and write Open XML files (MS Office 2007)
Learn how to read and write Open XML files in the new Microsoft Office 2007, with a particular examination of the Excel file format.
Quick and Dirty Settings Persistence with XML
A quick and dirty use of an XML file to save program settings between application execution sessions.
Load and save objects to XML using serialization
A C# program to demonstrate loading and saving an object to an XML file using XML serialization encapsulated in a wrapper class.

