Beginning XML with C# 2008 From Novice to Professional pdf

552 5K 1
Beginning XML with C# 2008 From Novice to Professional pdf

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

this print for content only—size & color not accurate spine = 1.0423" 552 page count Books for professionals By professionals ® Beginning XML with C# 2008: From Novice to Professional Dear Reader, Modern software systems are becoming more and more distributed and involve heterogeneous platforms. As an industry standard, XML plays a vital role in such systems, because it can represent your data in a platform-neutral way. The data can then be exchanged across application layers and transformed with the help of XSLT to suit your requirements. It’s no wonder that Microsoft’s .NET Framework 3.5 provides strong support for XML and its allied technologies. If you aim to master the array of XML features provided by the .NET Framework, this is the book for you. This book details all the major XML features in .NET. Being a developer and trainer, I have selected topics that suit the requirements of real-world projects: • Reading and writing XML documents with the Document Object Model • Reading and writing XML documents with XmlReader and XmlWriter • Dealing with XML data using the new LINQ to XML classes • ADO.NET integration and the XML features of SQL Server • XML serialization • Web services and Windows Communication Foundation (WCF) services Understanding these topics will give you a solid foundation for harnessing the power of XML in your .NET applications. Moreover, you will have the skills to select and apply the appropriate XML technologies in your projects and to develop cross-platform, distributed, XML-driven applications more effectively than ever before. Bipin Joshi BinaryIntellect ® Consulting Microsoft MVP | Member of ASPInsiders Author of Developer’s Guide to ASP.NET 3.5 Webmaster of www.dotnetbips.com www.binaryintellect.net www.bipinjoshi.com/.net/.org US $44.99 Shelve in .NET User level: Beginner–Intermediate Joshi XML with C# 2008 The eXperT’s Voice ® in .neT Beginning XML with C# 2008 From Novice to Professional cyan MaGenTa yelloW Black panTone 123 c Bipin Joshi Companion eBook Available THE APRESS ROADMAP Beginning XML with C# 2008 Beginning C# 2008 Illustrated C# 2008 Pro LINQ Pro WPF in C# 2008 Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition Beginning C# 2008 Databases www.apress.com SOURCE CODE ONLINE Companion eBook See last page for details on $10 eBook version Master the .NET Framework’s XML features to build powerful, data-driven applications ISBN 978-1-4302-0997-3 9 781430 209973 5 4 4 9 9 Beginning Download from Library of Wow! eBook www.wowebook.com Beginning XML with C# 2008 From Novice to Professional ■■■ Bipin Joshi Joshi_09973FRONT.fm Page i Tuesday, June 17, 2008 2:50 PM Beginning XML with C# 2008: From Novice to Professional Copyright © 2008 by Bipin Joshi All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. ISBN-13 (pbk): 978-1-4302-0997-3 ISBN-13 (electronic): 978-1-4302-0998-0 Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1 Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. Lead Editor: Matthew Moodie Technical Reviewer: Fabio Claudio Ferracchiati Editorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh Senior Project Manager: Beth Christmas Copy Editor: Heather Lang Associate Production Director: Kari Brooks-Copony Senior Production Editor: Laura Cheu Compositor: Susan Glinert Proofreader: Linda Seifert Indexer: Brenda Miller Artist: Kinetic Publishing Services, LLC Cover Designer: Kurt Krames Manufacturing Director: Tom Debolski Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, or visit http://www.springeronline.com. For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley, CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com, or visit http:// www.apress.com. Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Special Bulk Sales—eBook Licensing web page at http://www.apress.com/info/bulksales. The information in this book is distributed on an “as is” basis, without warranty. Although every precaution has been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this work. The source code for this book is available to readers at http://www.apress.com. Joshi_09973FRONT.fm Page ii Tuesday, June 17, 2008 2:50 PM This work is dedicated to Lord Shiva, who, I believe, resides in each one of us as pure consciousness. Joshi_09973FRONT.fm Page iii Tuesday, June 17, 2008 2:50 PM Joshi_09973FRONT.fm Page iv Tuesday, June 17, 2008 2:50 PM v Contents at a Glance About the Author . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv About the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi ■CHAPTER 1 Introducing XML and the .NET Framework . . . . . . . . . . . . . . . . . . . . . 1 ■CHAPTER 2 Manipulating XML Documents by Using the Document Object Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 ■CHAPTER 3 Reading and Writing XML Documents . . . . . . . . . . . . . . . . . . . . . . . . . 61 ■CHAPTER 4 Accessing XML Documents by Using the XPath Data Model . . . . 91 ■CHAPTER 5 Validating XML Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119 ■CHAPTER 6 Transforming XML with XSLT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 ■CHAPTER 7 XML in ADO.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 ■CHAPTER 8 XML Serialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229 ■CHAPTER 9 XML Web Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 ■CHAPTER 10 XML in SQL Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295 ■CHAPTER 11 Use of XML in the.NETFramework . . . . . . . . . . . . . . . . . . . . . . . . . . 333 ■CHAPTER 12 Creating Services by Using Windows Communication Foundation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403 ■CHAPTER 13 Working with LINQ to XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 421 ■APPENDIX A Creating Custom XmlReader and XmlWriter Classes . . . . . . . . . . 457 ■APPENDIX B Case Study: A Web Service–Driven Shopping Cart . . . . . . . . . . . . 481 ■APPENDIX C Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 503 ■INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505 Joshi_09973FRONT.fm Page v Tuesday, June 17, 2008 2:50 PM Joshi_09973FRONT.fm Page vi Tuesday, June 17, 2008 2:50 PM vii Contents About the Author . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv About the Technical Reviewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xix Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi ■CHAPTER 1 Introducing XML and the .NET Framework . . . . . . . . . . . . . . . . 1 What Is XML? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Benefits of XML. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 XML-Driven Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Rules of XML Grammar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Markup Is Case Sensitive. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 A Document Must Have One and Only One Root Element . . . . . . . . . 6 A Start Tag Must Have an End Tag. . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Start and End Tags Must Be Properly Nested . . . . . . . . . . . . . . . . . . . 6 Attribute Values Must Be Enclosed in Quotes . . . . . . . . . . . . . . . . . . . 6 DTDs and XML Schemas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Parsing XML Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 XSLT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 XPath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 The .NET Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 .NET and XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Assemblies and Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 The Classic XML Parsing Model of the .NET Framework. . . . . . . . . 13 The LINQ-Based Parsing Model of the .NET Framework . . . . . . . . . 13 .NET Configuration Files. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 ADO.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 ASP.NET Server Controls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 XML Serialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Remoting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Web Services. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 XML Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 SQL Server XML Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Joshi_09973FRONT.fm Page vii Tuesday, June 17, 2008 2:50 PM viii ■CONTENTS Working with Visual Studio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Creating Windows Applications. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Creating Class Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 ■CHAPTER 2 Manipulating XML Documents by Using the Document Object Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Using the DOM Parser . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Knowing When to Use DOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 A Sample XML Document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 Opening an Existing XML Document for Parsing . . . . . . . . . . . . . . . . . . . . 33 Navigating Through an XML Document . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 Looking for Specific Elements and Nodes . . . . . . . . . . . . . . . . . . . . . . . . . 36 Retrieving Specific Elements Using the GetElementBy TagName() Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 Retrieving Specific Elements Using the GetElementById() Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 Selecting Specific Nodes Using the SelectNodes() Method . . . . . . . 41 Selecting a Single Specific Node Using the SelectSingleNode() Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Modifying XML Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Navigating Between Various Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Modifying Existing Content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 Deleting Existing Content. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 Adding New Content. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 Using Helper Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 Dealing with White Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 Dealing with Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 Understanding Events of the XmlDocument Class . . . . . . . . . . . . . . . . . . 57 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 ■CHAPTER 3 Reading and Writing XML Documents . . . . . . . . . . . . . . . . . . . 61 What Are XML Readers and Writers? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 When to Use Readers and Writers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 Reader Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 The XmlTextReader Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 The XmlValidatingReader Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 The XmlNodeReader Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 Joshi_09973FRONT.fm Page viii Tuesday, June 17, 2008 2:50 PM [...]... and Outer XML 105 Getting an XmlReader from XPathNavigator 107 Getting an XmlWriter from XPathNavigator 110 Editing XML Documents with the XPathNavigator Class 112 Summary 118 ■CHAPTER 5 Validating XML Documents 119 Providing Structure for XML Documents... file generation tool Structure of This Book The book is divided into 13 chapters and three appendixes Chapters 1 to 4 talk about navigating, reading, and writing XML documents by using classes from the System .Xml namespace In these chapters, you will learn to use classes such as XmlDocument, XmlReader, XmlWriter, and XPathNavigator xxi Joshi_09973FRONT.fm Page xxii Tuesday, June 17, 2008 2:50 PM xxii... is worthwhile to peek into this new framework, and Chapter 12 does exactly that Another exciting addition to the NET Framework is Language INtegrated Query (LINQ) LINQ to XML is an especially cool new addition for XML developers Chapter 13 is dedicated to this new programming model Here, you will learn about core LINQ to XML features including parsing and loading XML trees the LINQ to XML way and validating... NET Framework • Use of XML in the NET Framework • Introduction to Visual Studio If you find these concepts highly familiar, you may want to skip ahead to Chapter 2 What Is XML? XML stands for Extensible Markup Language and is a markup language used to describe data It offers a standardized way to represent textual data Often the XML data is also referred to as an XML document The XML data doesn’t perform... discussion, when I talk about validating XML documents, I will be referring to XML schemas Parsing XML Documents XML data by itself cannot do anything; you need to process that data to do something meaningful As I have said, the software that processes XML documents is called a parser (or XML processor) XML parsers allow you read, write, and manipulate XML documents XML parsers can be classified in two... classes include XmlNode, XmlElement, XmlAttribute, and XmlText We will be using many of these classes throughout this book System .Xml. Schema Namespace The System .Xml. Schema namespace contains various classes that allow you to work with schemas The entire Schema Object Model (SOM) of NET is defined by the classes from this namespace These classes include XmlSchema, XmlSchemaElement, XmlSchemaComplexType,... occurs is essential To that end, Chapters 7 to 9 cover topics such as ADO.NET integration with XML, XML serialization, and XML web services Microsoft has not limited the use of XML only to areas such as ADO.NET and web services SQL Server incorporates many XML- related features These features are discussed in Chapter 10 Though this topic isn’t strictly one of the XML features of NET, many developers will... component popularly known as Microsoft XML Core Services (MSXML) 7 Joshi_09973C01.fm Page 8 Wednesday, June 4, 2008 8:24 AM 8 CHAPTER 1 ■ INTRODUCING XML AND THE NE T FRAM EWORK Figure 1-4 The DOM representation of an XML document SAX-based parsers do not read the entire XML document into memory at once They essentially scan the document sequentially from top to bottom When they encounter various parts... business -to- business (B2B) applications Let’s say that application A captures order data from the end user and represents it in some XML format This data then needs to be sent to application B that belongs to some other business It is quite possible that the XML format as generated by application A is different from that required by application B In such cases, you need to convert the source XML data to. .. XML representation of the preceding markup would be as follows: DTDs and XML Schemas Creating well-formed XML documents is one part of the story The other part is whether these documents adhere to an agreed structure, or schema That is where Document Type Definitions (DTDs) and XML schemas come into the picture DTDs and XML schemas allow you to convey the structure of your XML . ROADMAP Beginning XML with C# 2008 Beginning C# 2008 Illustrated C# 2008 Pro LINQ Pro WPF in C# 2008 Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition Beginning. Beginner–Intermediate Joshi XML with C# 2008 The eXperT’s Voice ® in .neT Beginning XML with C# 2008 From Novice to Professional cyan MaGenTa yelloW Black panTone 123

Ngày đăng: 23/03/2014, 03:20

Từ khóa liên quan

Mục lục

  • Beginning XML with C# 2008: From Novice to Professional

  • Contents at a Glance

  • Contents

  • About the Author

  • About the Technical Reviewer

  • Acknowledgments

  • Introduction

    • Who Is This Book For?

    • Software Required

    • Structure of This Book

    • Downloading the Source Code

    • Contacting the Author

    • Introducing XML and the .NET Framework

      • What Is XML?

        • Benefits of XML

          • XML Is an Industry Standard

          • XML Is Self-Describing

          • XML Is Extensible

          • XML Can Be Processed Easily

          • XML Can Be Used to Easily Exchange Data

          • XML Can Be Used to Easily Share Data

          • XML Can Be Used to Create Specialized Vocabularies

          • XML-Driven Applications

          • Rules of XML Grammar

            • Markup Is Case Sensitive

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan