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.

Correct Answer:  C. XSLT uses a set of procedures that specify how a document is to be programmed.
Advertisement

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.

Correct Answer:  B. type-valid
Advertisement

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.

Correct Answer:  D. XML is all of the above.
Advertisement

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.

Correct Answer:  C. stylesheet.
Advertisement

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.

Correct Answer:  A. not-type-valid.
Advertisement

Leave A Comment?