Home XML SAX: The Simple API for XML

XML - SAX: The Simple API for XML



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

[Next]