Web page display is the most important application of XML. True False 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 : ?
What is not true about XSLT? 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. XSLT uses a set of rules that govern how a document is to be materialized is created. 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 : ?
XSLT processors are context-oriented; each statement is evaluated in the context of the match that has been made. True False 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 : ?
You can validate an XML Schema document against its schema, just as you would any other XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?