XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are: Context oriented. Object oriented. Procedural oriented. Relational oriented. TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: None of these Place the values of the columns as attributes in the resulting XML document. Place some columns into elements and others into attributes. Place the values of the columns into elements rather than attributes. TRUE ANSWER : ? YOUR ANSWER : ?
With XML, document structure, content and format are all defined within one document. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XML? XML is more powerful than HTML. XML documents have two sections. Web page display is the most important application of XML. With XML, there is a clear separation between document structure, content and materialization. TRUE ANSWER : ? YOUR ANSWER : ?
ADO.NET provides the ability to create and process in-memory databases called: Datasets Relations Views Tables 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 : ?
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. False True TRUE ANSWER : ? YOUR ANSWER : ?
If a document does not conform to the DTD, it is a bad XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?
An XML component that defines the structure of a document is known as a(n): HTML Stylesheet DTD #PCDATA DOCTYPE TRUE ANSWER : ? YOUR ANSWER : ?