Multiple choice technology web technology

True/False? Comments are not part of the textual content of an XML document. An XML processor is required to pass them along to an application.

  1. True

  2. False

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

XML comments are not part of the document's textual content - they are metadata. XML processors are NOT required to pass comments to applications, and applications typically cannot access them through standard DOM/SAX parsing APIs. This distinguishes comments from actual document data.