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. False True TRUE ANSWER : ? YOUR ANSWER : ?
HTML is an application of a more robust document markup language called: SGML XML None of these XHTML TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. True False 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 : ?
XML is: All of these a hybrid of document processing and database processing only. a subset of SGML only. a standardized yet customizable way to describe the content of documents only. TRUE ANSWER : ? YOUR ANSWER : ?
If the XML data instance conforms to the DTD, the document is said to be: an HTML document. type-invalid. type-valid. not-type-valid. TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. False True TRUE ANSWER : ? YOUR ANSWER : ?
The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): Stylesheet. HTML page. Stored procedure. DOCTYPE procedure. TRUE ANSWER : ? YOUR ANSWER : ?