The expression FOR XML RAW tells SQL Server to: Place some columns into elements and others into attributes. Place the values of the columns into elements rather than attributes. None of these Place the values of the columns as attributes in the resulting XML document. TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. True False TRUE ANSWER : ? YOUR ANSWER : ?
XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are: Object oriented. Procedural oriented. Context oriented. Relational oriented. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XSLT? XSLT uses a set of rules that govern how a document is to be materialized is created. XSLT is used to transform the input document into another document. XSLT is a declarative transformation language. XSLT uses a set of procedures that specify how a document is to be programmed. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP originally meant Simple Object Access Protocol. SOAP was an early form of XML. SOAP now is just a name, not an acronym SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. 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 : ?
What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol? ADO SGML SQL SOAP TRUE ANSWER : ? YOUR ANSWER : ?
HTML is an application of a more robust document markup language called: XML XHTML None of these SGML TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. True False TRUE ANSWER : ? YOUR ANSWER : ?