Multiple choice technology web technology

SAX can be used to modify XML

  1. True

  2. False

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

SAX is a read-only, forward-only parser that cannot modify XML documents. As it processes XML sequentially, it generates events but provides no mechanism to alter the document structure. For XML modification, DOM-based parsers are required.