Definitions for "Simple API for XML"
Keywords:  sax, dom, parser, parse, api
An event-driven, serial-access mechanism for accessing XML documents.
SAX is a simple event-based programming interface for XML parsers. Although it functions much like an XML parser, it produces a list of events derived from an XML document that can be used as API handlers for application development.
The most widely used API, Application Programming Interface for XML.