SAX (Simple API for XML) is an event-driven online algorithm for
parsing XML documents, with an API developed by the XML-DEV mailing list.
SAX provides a mechanism for reading data from an XML document that is an alternative to that provided by the Document Object Model (DOM).
read more >>