Multiple choice technology web technology

SAX is an event based parser

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SAX stands for Simple API for XML. It uses an event-driven model where the parser triggers callbacks as it encounters elements, attributes, and text, rather than loading the document into a tree structure.