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 : ?
If the XML data instance conforms to the DTD, the document is said to be: type-invalid. not-type-valid. type-valid. an HTML document. 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 rules that govern how a document is to be materialized is created. XSLT is a declarative transformation language. XSLT uses a set of procedures that specify how a document is to be programmed. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XML? XML documents have two sections. Web page display is the most important application of XML. XML is more powerful than HTML. With XML, there is a clear separation between document structure, content and materialization. TRUE ANSWER : ? YOUR ANSWER : ?
XML is: a subset of SGML only. a standardized yet customizable way to describe the content of documents only. All of these a hybrid of document processing and database processing only. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is not true about XML Schemas: They are themselves XML documents. They have their own syntax. They define a set of symbols and the relationships of those symbols. They are used to define the content and structure of data. TRUE ANSWER : ? YOUR ANSWER : ?
XML Schema is used to define the content, structure and format of documents. True False TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. 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 : ?