Microsoft has built the .NET Framework on XML. .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML classes also include innovations that offer convenience, better performance, and a more familiar programming model, tightly coupled with the new .NET data access APIs, which encapsulate a number of functionalities that previously had to be accomplished manually.PMost aspects of .NET take advantage of XML in one way or another and developers will want to understand how to code with the new XML classes.BR-- There will be a huge market for information about XML in .NET: P- All parts of the .NET Framework (ASP.NET, Web Services, etc) use XML as their native data representation formatP- XML in NET includes innovations that offer convenience and better performance, and is coupled with .NET's data access APIs, which offer a number of functionalities that previously had to be accomplished manuallyBR-- First book to cover this topic in depthBR-- Also covers important data access topics such as ADO.NET, the completely updated, XML integrated version of ADO