XML是当前在Web上存储和发送高度结构化信息最具发展潜力的语言。XML结构化的语法便于您描述任何信息,并灵活地对信息进行分类、筛选、查找和处理。本书阐述了XML基础知识,并向非专业程序员和Web开发人员提供创建XML文档的有效方法及XML在Web上的显示方法。本书采用手把手的教学方式,重点帮您获得实际应用的技能,即使您并没有广泛的技术知识,您也极够快速掌握。附赠光盘含有大量的范例文件并有与其他信息和资源的广泛连接,方便读者更快掌握XML的核心技术。
Acknowledgments
Introduction
PART 1 Getting Started
Chapter Why XML?
Chapter creating and Displaying Your First XML Document
PART 2 Creating XML Documents
Chapter 3 Creating Well-Formed XML Documents
Chapter 4 Adding Comments, Processing Instructions,and CDATA Sections
Chapter 5 Creating Valid XML Documents
Chapter 6 Defining and Using Entities
PART 3 Displaying XML Documents on the Web
Chapter 7 Displaying XML Documents Using Cascading Style Sheets
Chapter 8 Displaying XML Documents Using Data Binding
Chapter 9 Displaying XML Documents Using Document Object Model Scripts
Chapter 10 Displaying XML Documents Using XSL Style Sheets
Appendix Web Addresses for further Information
Index
A document type declaration, Which defines the type and the structure of the document. If used, the document type declaration must come after the XML declaration.