An XML component that defines the structure of a document is known as a(n): HTML Stylesheet DOCTYPE #PCDATA DTD TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XSLT? XSLT is used to transform the input document into another document. XSLT uses a set of procedures that specify how a document is to be programmed. XSLT uses a set of rules that govern how a document is to be materialized is created. XSLT is a declarative transformation language. TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. True False TRUE ANSWER : ? YOUR ANSWER : ?
FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is not true about XML Schemas: They have their own syntax. They are themselves XML documents. They are used to define the content and structure of data. They define a set of symbols and the relationships of those symbols. TRUE ANSWER : ? YOUR ANSWER : ?
If a document does not conform to the DTD, it is a bad XML document. True False TRUE ANSWER : ? YOUR ANSWER : ?