Book description
Sams Teach Yourself XML in 21 Days, written by expert author Steve Holzner, offers hundreds of real-world examples demonstrating the uses of XML and the newest tools developers need to make the most of it. In Week One, he starts from basic syntax, and discusses XML document structure, document types, and the benefits of XML Schema. Week Two covers formatting using either CSS or the Extensible Sytlesheet Language, and working with XHTML and other tools for presenting XML data on the Web, or in multimedia applications. The final chapter of week two discusses XForms, the newest way to process forms in XML applications. Week Three applies XML to programming with Java, .NET or JavaScript, and building XML into database or Web Service applications with SOAP. Along the way, Steve shows readers the results of every lesson and provides both the "how" and "why" of the inner working of XML technologies.
Table of contents
- Table of Contents (1/4)
- Table of Contents (2/4)
- Table of Contents (3/4)
- Table of Contents (4/4)
- Introduction (1/2)
- Introduction (2/2)
-
PART I: At a Glance
-
DAY 1 Welcome to XML
- All About Markup Languages
- All About XML
- Looking at XML in a Browser
- Working with XML Data Yourself
- Structuring Your Data
- Creating Well-Formed XML Documents
- Creating Valid XML Documents
- How XML Is Used in the Real World (1/3)
- How XML Is Used in the Real World (2/3)
- How XML Is Used in the Real World (3/3)
- Online XML Resources
- Summary
- Q&A
- Workshop
-
DAY 2 Creating XML Documents
- Choosing an XML Editor
- Using XML Browsers
- Using XML Validators
- Creating XML Documents Piece by Piece (1/2)
- Creating XML Documents Piece by Piece (2/2)
- Creating Prologs
- Creating an XML Declaration
- Creating XML Comments
- Creating Processing Instructions
- Creating Tags and Elements (1/2)
- Creating Tags and Elements (2/2)
- Creating CDATA Sections
- Handling Entities
- Summary
- Q&A
- Workshop
-
DAY 3 Creating Well-Formed XML Documents
- What Makes an XML Document Well-Formed?
- Creating an Example XML Document
- Understanding the Well-Formedness Constraints (1/2)
- Understanding the Well-Formedness Constraints (2/2)
- Using XML Namespaces (1/2)
- Using XML Namespaces (2/2)
- Understanding XML Infosets
- Understanding Canonical XML
- Summary
- Q&A
- Workshop
- DAY 4 Creating Valid XML Documents: DTDs
- DAY 5 Handling Attributes and Entities in DTDs
- DAY 6 Creating Valid XML Documents: XML Schemas
-
DAY 7 Creating Types in XML Schemas
- Restricting Simple Types by Using XML Schema Facets (1/2)
- Restricting Simple Types by Using XML Schema Facets (2/2)
- Creating XML Schema Choices
- Using Anonymous Type Definitions
- Declaring Empty Elements
- Declaring Mixed-Content Elements
- Grouping Elements Together
- Grouping Attributes Together
- Declaring all Groups
- Handling Namespaces in Schemas
- Annotating an XML Schema
- Summary
- Q&A
- Workshop
- PART I: In Review
-
DAY 1 Welcome to XML
-
PART II: At a Glance
- Formatting XML Documents
-
DAY 8 Formatting XML by Using Cascading Style Sheets
- Our Sample XML Document
- Introducing CSS
- Connecting CSS Style Sheets and XML Documents
- Creating Style Sheet Selectors (1/2)
- Creating Style Sheet Selectors (2/2)
- Using Inline Styles
- Creating Style Rule Specifications in Style Sheets (1/4)
- Creating Style Rule Specifications in Style Sheets (2/4)
- Creating Style Rule Specifications in Style Sheets (3/4)
- Creating Style Rule Specifications in Style Sheets (4/4)
- Summary
- Q&A
- Workshop
-
DAY 9 Formatting XML by Using XSLT
- Introducing XSLT
- Transforming XML by Using XSLT
- Writing XSLT Style Sheets
- Using
- Using and
- Matching Nodes by Using the match Attribute (1/2)
- Matching Nodes by Using the match Attribute (2/2)
- Working with the select Attribute and XPath (1/3)
- Working with the select Attribute and XPath (2/3)
- Working with the select Attribute and XPath (3/3)
- Using
- Using
- Using
- Specifying the Output Document Type
- Summary
- Q&A
- Workshop
- DAY 10 Working with XSL Formatting Objects
- PART II: In Review
-
PART III: At a Glance
- XML at Work
- DAY 11 Extending HTML with XHTML
- DAY 12 Putting XHTML to Work
-
DAY 13 Creating Graphics and Multimedia: SVG and SMIL
- Introducing SVG
- Creating an SVG Document
- Creating Rectangles
- Adobe’s SVG Viewer
- Using CSS Styles
- Creating Circles
- Creating Ellipses
- Creating Lines
- Creating Polylines
- Creating Polygons
- Creating Text
- Creating Gradients
- Creating Paths
- Creating Text Paths
- Creating Groups and Transformations
- Creating Animation
- Creating Links
- Creating Scripts
- Embedding SVG in HTML
- Introducing SMIL
- Summary
- Q&A
- Workshop
- DAY 14 Handling XLinks, XPointers, and XForms
- PART III: In Review (1/2)
- PART III: In Review (2/2)
-
PART IV: At a Glance
- Programming and XML
-
DAY 15 Using JavaScript and XML
- Introducing the W3C DOM
- Introducing the DOM Objects (1/2)
- Introducing the DOM Objects (2/2)
- Working with the XML DOM in JavaScript
- Searching for Elements by Name
- Reading Attribute Values
- Getting All XML Data from a Document (1/2)
- Getting All XML Data from a Document (2/2)
- Validating XML Documents by Using DTDs
- Summary
- Q&A
- Workshop
-
DAY 16 Using Java and .NET: DOM
- Using Java to Read XML Data (1/4)
- Using Java to Read XML Data (2/4)
- Using Java to Read XML Data (3/4)
- Using Java to Read XML Data (4/4)
- Finding Elements by Name
- Creating an XML Browser by Using Java (1/2)
- Creating an XML Browser by Using Java (2/2)
- Navigating Through XML Documents
- Writing XML by Using Java (1/2)
- Writing XML by Using Java (2/2)
- Summary
- Q&A
- Workshop
- DAY 17 Using Java and .NET: SAX
- DAY 18 Working with SOAP and RDF
- PART IV: In Review (1/2)
- PART IV: In Review (2/2)
-
PART V: At a Glance
- Data Handling and XML
-
DAY 19 Handling XML Data Binding
- Introducing DSOs
- Binding HTML Elements to HTML Data (1/2)
- Binding HTML Elements to HTML Data (2/2)
- Binding HTML Elements to XML Data
- Binding HTML Tables to XML Data
- Accessing Individual Data Fields
- Binding HTML Elements to XML Data by Using the XML DSO
- Binding HTML Tables to XML Data by Using the XML DSO
- Searching XML Data by Using a DSO and JavaScript
- Handling Hierarchical XML Data
- Summary
- Q&A
- Workshop
- DAY 20 Working with XML and Databases
-
DAY 21 Handling XML in .NET
- Creating and Editing an XML Document in .NET (1/2)
- Creating and Editing an XML Document in .NET (2/2)
- From XML to Databases and Back
- Reading and Writing XML in .NET Code (1/2)
- Reading and Writing XML in .NET Code (2/2)
- Using XML Controls to Display Formatted XML
- Creating XML Web Services (1/2)
- Creating XML Web Services (2/2)
- Summary
- Q&A
- Workshop
- PART V: In Review (1/2)
- PART V: In Review (2/2)
-
APPENDIX A: Quiz Answers
- Quiz Answers for Day 1
- Quiz Answers for Day 2
- Quiz Answers for Day 3
- Quiz Answers for Day 4
- Quiz Answers for Day 5
- Quiz Answers for Day 6
- Quiz Answers for Day 7
- Quiz Answers for Day 8
- Quiz Answers for Day 9
- Quiz Answers for Day 10
- Quiz Answers for Day 11
- Quiz Answers for Day 12
- Quiz Answers for Day 13
- Quiz Answers for Day 14
- Quiz Answers for Day 15
- Quiz Answers for Day 16
- Quiz Answers for Day 17
- Quiz Answers for Day 18
- Quiz Answers for Day 19
- Quiz Answers for Day 20
- Quiz Answers for Day 21
- Index
Product information
- Title: Sams Teach Yourself XML in 21 Days, Third Edition
- Author(s):
- Release date: October 2003
- Publisher(s): Sams
- ISBN: 0672325764
You might also like
book
Sams Teach Yourself C# 5.0 in 24 Hours
In just 24 sessions of one hour or less, learn how to build great Windows Store …
book
Microsoft® Visual C#® .NET 2003 Kick Start
Microsoft Visual C# .NET 2003 Kick Start is a rapid-progression tutorial that presents the C# language …
book
Beginning Transact-SQL with SQL Server 2000 and 2005
Beginning Transact-SQL with SQL Server 2000 and 2005 Transact-SQL is a powerful implementation of the ANSI …
book
SAMS Teach Yourself Ajax in 10 Minutes
Sams Teach Yourself Ajax in 10 Minutes is a concise introduction to the basics of building …