XML
SAX: The Simple API for XMLXML - SAX: The Simple API for XML
SAX: The Simple API for XML
What Is SAX?
Writing Programs That Use SAX Parsers
Obtaining a SAX Parser
Using SAX with Java
Inside the SAX Sample Program
Summary
Q&A
Workshop
The discussion on XML has focused on its use as a structured document format. However, XML is also often used as a format for data storage. In this tutorial, you'll learn
- What SAX is and how it works
- How to get a SAX parser for your favorite programming language
- How to write a Java program that uses a SAX parser to process an XML file