Multiple choice technology web technology You must use a parser to read an XML document. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The statement is false. While parsers are commonly used to read XML documents, they're not strictly required - XML can be read as plain text. However, parsers are necessary to properly parse, validate, and process the XML structure.