Database - XML and ADO.NET

Exercise : XML and ADO.NET - General Questions
16.
What is not true about XSLT?
XSLT is a declarative transformation language.
XSLT uses a set of rules that govern how a document is to be materialized is created.
XSLT uses a set of procedures that specify how a document is to be programmed.
XSLT is used to transform the input document into another document.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
If the XML data instance conforms to the DTD, the document is said to be:
type-invalid.
type-valid.
not-type-valid.
an HTML document.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
XML is:
a subset of SGML only.
a hybrid of document processing and database processing only.
a standardized yet customizable way to describe the content of documents only.
XML is all of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n):
HTML page.
DOCTYPE procedure.
stylesheet.
stored procedure.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
If an XML document does not have a DTD, then by definition it is:
not-type-valid.
type-valid.
an HTML document.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.