Stylesheets are used by XSLT to indicate how to transform the elements of the XML document into another format. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XSLT? XSLT uses a set of procedures that specify how a document is to be programmed. XSLT is used to transform the input document into another document. 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 : ?
An XML component that defines the structure of a document is known as a(n): DOCTYPE DTD #PCDATA HTML Stylesheet 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 : ?
The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): DOCTYPE procedure. Stored procedure. HTML page. Stylesheet. TRUE ANSWER : ? YOUR ANSWER : ?
With XML, document structure, content and format are all defined within one document. False True TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use: DTD SOAP HTML XSLT TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place the values of the columns as attributes in the resulting XML document. None of these Place the values of the columns into elements rather than attributes. Place some columns into elements and others into attributes. TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: not-type-valid. type-valid. an HTML document. None of these TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: SELECT ... FROM ... WHERE {item, action} < HTML >...< / HTML > {for-each select} TRUE ANSWER : ? YOUR ANSWER : ?