Multiple choice technology web technology The SAX parser is not able to transverse an XML document. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The SAX (Simple API for XML) parser is event-based and reads through the document sequentially from start to finish. Unlike DOM parsers, SAX cannot traverse back and forth or randomly access nodes - it processes in a single forward pass.