|
The Tutorial for the JavaTM/
Api for XML Parsing (JAXP) version 1.1 is nearly complete. See the Work
in Progress page for details.
Working with XML,
the JavaTM XML Tutorial, is an online
manual that can quickly get you up to speed writing XML code and XML-based
software for end-user applications. Using step-by-step walkthroughs
and lots of code examples, the Tutorial is divided into sections that
cover the following major topics:
- Understanding
XML and the Java XML APIsexplains the basics
of XML and gives you a guide to the acronyms associated with it. It
also provides an overview of the Java XML APIs you can use to manipulate
XML-based data.
- Serial Access
with the Simple API for XML (SAX) walks you through the
process of creating an XML file and tells you how to read it sequentially,
walking you through the callbacks the parser makes to event-handling
methods you supply.
- XML and the Document
Object Model (DOM) explains how to create and manipulate a hierarchy
of data objects so you can randomly access it and modify its contents.
- Using XSLT
shows how to transform an XML structure into a different format. This
is also the API you use to write an XML file from a tree of objects
in memory, and to create XML from an arbitrary document structure.
|
|