The most popular way to materialize XML documents is to use: DTD HTML XSLT SOAP TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP originally meant Simple Object Access Protocol. 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. TRUE ANSWER : ? YOUR ANSWER : ?
Web page display is the most important application of XML. False True TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: None of these an HTML document. type-valid. not-type-valid. TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. True False 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 XSLT processor copies the elements of the stylesheet until it finds a command in the format: SELECT ... FROM ... WHERE {item, action} < HTML >...< / HTML > {for-each select} TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is not true about XML Schemas: They are used to define the content and structure of data. They have their own syntax. They define a set of symbols and the relationships of those symbols. They are themselves XML documents. TRUE ANSWER : ? YOUR ANSWER : ?
Documents that have no DTD are by definition not-type-valid. True False TRUE ANSWER : ? YOUR ANSWER : ?
With XML, document structure, content and format are all defined within one document. True False TRUE ANSWER : ? YOUR ANSWER : ?