Multiple choice technology web technology

True/False? With XML, the white-space in a document is not truncated.

  1. True

  2. False

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

XML parsers preserve whitespace in documents by default unless explicitly configured to trim it. The XML specification treats whitespace as significant content, not something to be automatically truncated. This is different from HTML where whitespace is often normalized.