Previous | Next | Index | TOC | Top | Top Contents Index Glossary


Part I. Understanding XML and the Java XML APIs

This section describes the Extensible Markup Language (XML), its related specifications, and the APIs for manipulating XML files. It contains the following files:

What You'll Learn

This section of the tutorial covers the following topics:

  1. A Quick Introduction to XML shows you how an XML file is structured and gives you some ideas about how to use XML.
     
  2. XML and Related Specs: Digesting the Alphabet Soup helps you wade through the acronyms surrounding the XML standard.
     
  3. An Overview of the APIs gives you a high-level view of the JAXP and associated APIs.
     
  4. Designing an XML Data Structure gives you design tips you can use when setting up an XML data structure.

Previous | Next | Index | TOC | Top | Top Contents Index Glossary