Tool
XML
A structured, self-describing data format
Learn XML syntax, well-formedness, and how it's used to exchange data.
8
Chapters
4
Practice formats
1
Self-paced
Curriculum
8 chapters, each with a tutorial, a live example, a quiz, an exercise, a challenge, and class practice.
- 1preview
Introduction to XML
Elements, attributes, and self-describing data.
- 2
Elements & Attributes
When to use an attribute vs. a child element.
- 3
Well-Formed vs Valid
The difference, and why it matters.
- 4
DTDs
Document Type Definitions for validation.
- 5
XML Schema (XSD)
A more powerful validation language than DTDs.
- 6
XPath Basics
Querying specific nodes in an XML document.
- 7
XSLT Transformations
Converting XML into another format.
- 8
XML & APIs
SOAP, RSS, and other XML-based protocols.