XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are: Object oriented. Procedural oriented. Relational oriented. Context oriented. TRUE ANSWER : ? YOUR ANSWER : ?
Datasets which reside on the user's hard drive are created by ADO.NET to facilitate the transformation of XML documents to and from relational database constructs. True False TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place the values of the columns into elements rather than attributes. None of these Place some columns into elements and others into attributes. Place the values of the columns as attributes in the resulting XML document. TRUE ANSWER : ? YOUR ANSWER : ?
XML is: All of these a standardized yet customizable way to describe the content of documents only. a hybrid of document processing and database processing only. a subset of SGML only. TRUE ANSWER : ? YOUR ANSWER : ?
Stylesheets are used by XSLT to indicate how to transform the elements of the XML document into another format. 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 : ?
What is not true about XML? XML documents have two sections. Web page display is the most important application of XML. XML is more powerful than HTML. With XML, there is a clear separation between document structure, content and materialization. TRUE ANSWER : ? YOUR ANSWER : ?
An XML component that defines the structure of a document is known as a(n): HTML Stylesheet DOCTYPE DTD #PCDATA TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. False True TRUE ANSWER : ? YOUR ANSWER : ?