What Is SAX (Simple API for XML)

This section provides a quick introduction of SAX (Simple API for XML) - an Application Programming Interface (API) that allows applications to process XML files by handling events fired by the parser while it traverses the XML structure.

What Is SAX (Simple API for XML)? SAX is an event-driven Application Programming Interface (API) that allows applications to process XML files by handling events fired by the parser while it traverses the XML structure.

If an application wants to use SAX to process XML files, it must provide SAX event handlers (call back methods) to perform whatever the application want to do. If no event handler is provided, nothing will be performed on the XML files.

SAX was originally developed for Java language by David Megginson in 1998. Now SAX has been implemented in all major languages:

The Apache Xerces is an Apache project that produces implementations of SAX for 3 programming languages. See http://xerces.apache.org/ for more information.

Table of Contents

 About This Book

 Introduction of XML (eXtensible Markup Language)

 XML File Syntax

 XML File Browsers

 XML-JSON Document Conversion

 DOM (Document Object Model) Programming Interface

SAX (Simple API for XML) Programming Interface

What Is SAX (Simple API for XML)

 Using SAX Implementation in JDK

 SAX Content Handler Interface

 SAXBrowser.java - SAX Interface Java Example

 SAX Parsing Pattern Example

 DTD (Document Type Definition) Introduction

 Syntaxes of DTD Statements

 Validating an XML Document against the Specified DTD Document Type

 XSD (XML Schema Definition) Introduction

 Syntaxes of XSD Statements

 Validating XML Documents Against Specified XML Schemas

 XSL (Extensible Stylesheet Language) Introduction

 Java Implementation of XSLT

 XSLT (XSL Transformations) Introduction

 XPath (XML Path) Language

 XSLT Elements as Programming Statements

 Control and Generate XML Element in the Result

 PHP Extensions for XML Manipulation

 Processing XML with Python Scripts

 XML Notepad - XML Editor

 XML Tools Plugin for Notepad++

 XML Plugin Packages for Atom Editor

 XML 1.1 Changes and Parsing Examples

 Archived Tutorials

 References

 Full Version in PDF/EPUB