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.