Thursday, 24 January 2019

What is SAX

What is SAX?

Answer:


SAX-Simple API for XML processing. SAX provides a mechanism for reading data from an XML document. It is a popular alternative to the Document Object Model (DOM).SAX provides an event based processing approach unlike DOM which is tree based.

No comments:

Post a Comment