Colorless reminder, this document is in WORD format, with a total of more than 600 pages. It is recommended to download!
Part 1 Introduction to XML... 9
Chapter 1 XML Overview... 9
1.1 What is XML. 10
1.1.1 XML is a meta markup language... 10
1.1.2 XML describes structure and semantics, not formatting... 10
1.2 Why developers are excited about XML... 13
1.2.1 Designing domain-specific markup languages... 13
1.2.2 Self-describing data... 13
1.2.3 Exchanging data between applications... 14
1.2.4 Structured and integrated data... 14
1.3 The "life" of XML documents. 15
1.3.1 Editor... 15
1.3.2 Parsers and processors... 15
1.3.3 Browsers and other tools... 15
1.3.4 Summary of processing process... 15
.4 Related technologies... 17
1.4.1 Hypertext Markup Language... 17
1.4.2 Cascading Style Sheets... 17
1.4.3 Extensible Style Language... 17
1.4.4 URLs and URIs 18
1.4.5 XLink and XPointer 18
1.4.6 Unicode character set... 19
1.4.7 How to bring these technologies together... 19
1.5 Summary of this chapter... 20
Chapter 2 Introduction to XML Application... 21
Expand