What is not true about SOAP? SOAP now is just a name, not an acronym SOAP was an early form of XML. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. SOAP originally meant Simple Object Access Protocol. TRUE ANSWER : ? YOUR ANSWER : ?
Documents that have no DTD are by definition not-type-valid. False True TRUE ANSWER : ? YOUR ANSWER : ?
XML Schemas consist of: Elements and attributes. Tables and relationships. Properties and methods. Structure and data. 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 uses a set of procedures that specify how a document is to be programmed. XSLT is a declarative transformation language. TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: {item, action} < HTML >...< / HTML > SELECT ... FROM ... WHERE {for-each select} TRUE ANSWER : ? YOUR ANSWER : ?
FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document. True False TRUE ANSWER : ? YOUR ANSWER : ?
With XML: All of these documents can automatically be generated from database data only. database data can automatically be extracted from XML documents only. views are not limited to one multi-valued path only. TRUE ANSWER : ? YOUR ANSWER : ?
ADO.NET provides the ability to create and process in-memory databases called: Views Datasets Relations Tables TRUE ANSWER : ? YOUR ANSWER : ?