XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are: Context oriented. Relational oriented. Object oriented. Procedural oriented. TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use: XSLT SOAP DTD HTML TRUE ANSWER : ? YOUR ANSWER : ?
If a document does not conform to the DTD, it is a bad XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?
If the XML data instance conforms to the DTD, the document is said to be: type-invalid. an HTML document. not-type-valid. type-valid. TRUE ANSWER : ? YOUR ANSWER : ?
An XML component that defines the structure of a document is known as a(n): DTD DOCTYPE HTML Stylesheet #PCDATA TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: type-valid. an HTML document. not-type-valid. None of these TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. False True TRUE ANSWER : ? YOUR ANSWER : ?
You can validate an XML Schema document against its schema, just as you would any other XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?
XSLT processors are context-oriented; each statement is evaluated in the context of the match that has been made. False True TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place some columns into elements and others into attributes. None of these Place the values of the columns as attributes in the resulting XML document. Place the values of the columns into elements rather than attributes. TRUE ANSWER : ? YOUR ANSWER : ?