Database - XML and ADO.NET
Exercise :: XML and ADO.NET - General Questions
16. |
What is not true about XSLT? |
A. |
XSLT is a declarative transformation language. | B. |
XSLT uses a set of rules that govern how a document is to be materialized is created. | C. |
XSLT uses a set of procedures that specify how a document is to be programmed. | D. |
XSLT is used to transform the input document into another document. |
Answer: Option C
Explanation:
|
17. |
If the XML data instance conforms to the DTD, the document is said to be: |
A. |
type-invalid. | B. |
type-valid. | C. |
not-type-valid. | D. |
an HTML document. |
Answer: Option B
Explanation:
|
18. |
XML is: |
A. |
a subset of SGML only. | B. |
a hybrid of document processing and database processing only. | C. |
a standardized yet customizable way to describe the content of documents only. | D. |
XML is all of the above. |
Answer: Option D
Explanation:
|
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): |
A. |
HTML page. | B. |
DOCTYPE procedure. | C. |
stylesheet. | D. |
stored procedure. |
Answer: Option C
Explanation:
|
20. |
If an XML document does not have a DTD, then by definition it is: |
A. |
not-type-valid. | B. |
type-valid. | C. |
an HTML document. | D. |
None of the above is correct. |
Answer: Option A
Explanation:
|