Multiple choice technology programming languages

Errors in XML documents will not stop your XML applications

  1. True

  2. False

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

XML parsers are strict by design - they halt execution when encountering any syntax error (malformed XML). Unlike HTML browsers that tolerate errors, XML applications will not process malformed documents. This strictness ensures reliable data exchange between systems.