[xhtml]

XML Documents, Namespace, and Unicode

  1. Overview
  2. History of XML
  3. The W3C Process
  4. What is XML?
  5. What is Document?
  6. What is an XML Document?
  7. The Real Answer
  8. What XML Provides
  9. An Example
  10. A More Complicated Example
  11. Reading EBNF
  12. Motivation for Namespaces
  13. Names in XML
  14. Local Names and Identifiers
  15. Syntax of Names
  16. QNames and Prefixes
  17. Basic Syntax - Documents & Elements
  18. The XML Declaration
  19. Basic Syntax - Attributes
  20. Those Pesky Namespaces and Prefixes
  21. Namespace Example
  22. Well-Formed Documents
  23. Well-Formed Elements
  24. Well-Formed Empty Elements
  25. Well-Formed Attributes
  26. Well-Formed Text
  27. Comments
  28. Processing Instructions
  29. CDATA Sections
  30. Characters and Unicode
  31. Unicode in XML
  32. Whitespace Handling