Multiple choice xml

Every XML document must have an associated DTD or schema

  1. True

  2. False

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

XML documents do NOT require an associated DTD or schema. While DTDs and schemas can be used to define document structure and validate content, they are optional. Many XML documents are well-formed without any schema definition. The requirement is for well-formedness, not validity.