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 : ?
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. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XML? Web page display is the most important application of XML. With XML, there is a clear separation between document structure, content and materialization. XML documents have two sections. XML is more powerful than HTML. TRUE ANSWER : ? YOUR ANSWER : ?
XML Schemas consist of: Elements and attributes. Structure and data. Properties and methods. Tables and relationships. 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 : ?
XML technology is a hybrid of document processing and database processing. False True TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: None of these not-type-valid. an HTML document. type-valid. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XSLT? XSLT is a declarative transformation language. 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 uses a set of rules that govern how a document is to be materialized is created. TRUE ANSWER : ? YOUR ANSWER : ?