Simple API for XML (SAX)
An application programming interface (API) for accessing the contents of an Extensible Markup Language (XML) document. SAX scans the document sequentially and presents each item to the application only once. If the application does not save the data, that data is no longer available.
Related terms
application, application programming interface (API), data, Extensible Markup Language (XML)
Contrast with
document object model (DOM)

Additional Links:

Copyright Actuate Corporation 2012