(NOTE:
Each chapter concludes with a Summary.)
Introduction. I. XML DOCUMENTS.
Lesson 1. What Is XML? What Is XML For? XML Is a Markup Language. XML Is a Meta Language. How Does XML Relate to HTML? Separating Content from Presentation. How Is XML Written?
Lesson 2. The Structure of an XML Document. An XML Document. Prolog. Document Type Declaration. Document Element. CDATA Sections. Content After the Document Element End Tag.
Lesson 3. XML Must Be Well-Formed. Well-Formed XML Documents. XML Names. Elements. Attributes. Other Characteristics of Well-Formedness. Well-Formedness and XML Processor Type.
Lesson 4. Valid XML-Document Type Definitions. Shared Documents: Why We Need DTDs. What Is a Valid XML Document? What a DTD Is. Declaring Elements in DTDs. Declaring Attributes in DTDs. Declaring Entities in the DTD.
Lesson 5. XML Entities. What Is an Entity? Parsed Entities. Unparsed Entities.
Lesson 6. Characters in XML. Internationalization. XML and Internationalization. Unicode. Fonts, Characters, and Glyphs.
Lesson 7. The Logic Hidden in XML. Modeling Data As XML. W3C XML Data Models. XPath. The XML Information Set.
Lesson 8. Namespaces in XML. What Is a Namespace, and Why Do You Need Them? Using Namespaces in XML. Using Multiple Namespaces in a Document.
II. MANIPULATING XML.
Lesson 9. The XML Path Language-XPath. How XPath Is Used. Accessing Elements. Accessing Attributes. XPath Functions.
Lesson 10. XSLT-Creating HTML from XML. XSLT Basics. Creating a Simple HTML Page. Creating an HTML List. Creating an HTML Table.
Lesson 11. XSLT-Transforming XML Structure. Why Change Structure? Copying Elements. Creating New Elements. Creating New Attributes.
Lesson 12. XSLT-Sorting XML. Conditional Processing and Sorting Data. Conditional Processing. The xsl:choose Element. Sorting Output. Multiple Sorts.
Lesson 13. Styling XML with CSS. Cascading Style Sheets and XML. Associating a Stylesheet. Using CSS Rules with XML. Some Examples Using CSS Styling. Using CSS with XSLT.
Lesson 14. Linking in XML-XLink. The XML Linking Language. XLink Attributes. XLink Examples. Document Fragments and Xpointer. XPointer and Xpath.
III. PROGRAMMING XML.
Lesson 15. Presenting XML Graphically-SVG. What Is SVG? Advantages of SVG. Creating SVG. Some SVG Examples.
Lesson 16. The Document Object Model. The Document Object Model. DOM Interfaces. DOM Interfaces Properties and Methods.
Lesson 17. The Document Object Model-2. Creating a New Element. Retrieving Information from the DOM.
IV. WHERE XML IS GOING.
Lesson 18. SAX-The Simple API for XML. What SAX Is and How It Differs from DOM. Basics of SAX Programming. Installing a SAX Parser. Simple SAX Example.
Lesson 19. Beyond DTDs-W3C XML Schema. W3C XML Schema Basics. Declaring Elements. Defining Complex and Simple Types.
V. APPENDICES.
Appendix A. XML Online Resources. Web Sites. Mailing Lists.
Appendix B. XML Tools. XML Editors. XSLT Tools. XLink and XPointer Tools.
Appendix C. XML Glossary. Index.