Interview Questions

Which is these is not necessary for a well-formed XML document?

Microsoft SQL Server FAQs


(Continued from previous question...)

Which is these is not necessary for a well-formed XML document?

Answer: Contains no text at the top level element.
Explanation: By definition, a well formed XML document has 3 parts:
* contains one or more elements
* It has a root element
* It is well formed and all entities referenced in the document are well-formed

(Continued on next question...)

Other Interview Questions