XML document must be valid?
B
Correct answer
Explanation
An XML document is required to be well-formed to be parsed, but it does not strictly have to be valid. Validity requires conformance to an external schema or DTD, whereas well-formedness only requires correct syntactic structure.