Every XML document must be well formed
A
Correct answer
Explanation
Every XML document must be well-formed, which means it must follow XML syntax rules: proper nesting of elements, correct attribute quoting, single root element, and proper closing of all tags. This is a fundamental requirement for any document to be processed by an XML parser.