The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): HTML page. Stored procedure. DOCTYPE procedure. Stylesheet. TRUE ANSWER : ? YOUR ANSWER : ?
To eliminate definition duplication, XML Schemas define: Global elements. None of these An intersection table. A normalized definition table. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. SOAP now is just a name, not an acronym SOAP was an early form of XML. SOAP originally meant Simple Object Access Protocol. TRUE ANSWER : ? YOUR ANSWER : ?
Web page display is the most important application of XML. True False TRUE ANSWER : ? YOUR ANSWER : ?
XML uses the same terms with the same meanings as terms in the database world. True False TRUE ANSWER : ? YOUR ANSWER : ?
You can validate an XML Schema document against its schema, just as you would any other XML document. True False TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: None of these Place the values of the columns into elements rather than attributes. Place the values of the columns as attributes in the resulting XML document. Place some columns into elements and others into attributes. TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: {for-each select} SELECT ... FROM ... WHERE {item, action} < HTML >...< / HTML > TRUE ANSWER : ? YOUR ANSWER : ?