What is not true about SOAP? SOAP was an early form of XML. 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 originally meant Simple Object Access Protocol. 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 : ?
If an XML document does not have a DTD, then by definition it is: None of these type-valid. not-type-valid. an HTML document. TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. 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: Context oriented. Object oriented. Relational oriented. Procedural oriented. 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 : ?
If a document does not conform to the DTD, it is a bad XML document. 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. False True 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 : ?
The most popular way to materialize XML documents is to use: SOAP HTML XSLT DTD TRUE ANSWER : ? YOUR ANSWER : ?