With XSLT, you specify a procedure for materializing document elements. True False TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. False True 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 define a set of symbols and the relationships of those symbols. They have their own syntax. They are themselves XML documents. TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: {item, action} {for-each select} SELECT ... FROM ... WHERE < HTML >...< / HTML > TRUE ANSWER : ? YOUR ANSWER : ?
XML is: a hybrid of document processing and database processing only. All of these a standardized yet customizable way to describe the content of documents only. a subset of SGML only. TRUE ANSWER : ? YOUR ANSWER : ?
To eliminate definition duplication, XML Schemas define: A normalized definition table. None of these Global elements. An intersection table. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP was an early form of XML. 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 TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: type-valid. None of these an HTML document. not-type-valid. 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? SGML SQL SOAP ADO TRUE ANSWER : ? YOUR ANSWER : ?