XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XML Parser Information, SAX vs. DOM, SAX Tutorials, Apache Software Foundation -> Xerces Java: Quick Start

Xerces Java: Quick Start

Date: Dec. 11, 2000
Link: http://ecerami.com/xerces/
Source Author or Organization: Ethan Cerami, Courant Institute of Mathematical Sciences, New York

This tutorial is a quick start guide to using the open source Xerces Java XML Parser from Apache Software Foundation (also known as Xerces-J, or Xerces).

The piece provides an overview to Xerces programming which covers the differences between tree-based and event-based XML interfaces and also includes: how to instantiate DOM and SAX parsers, how to turn the optional validation on, and tips about capturing errors.

Java and XML source code are loaded along with links to additional resources.