Multiple Choice
Jeremy has been using XML to organize data for a company that manufactures medical devices. He knows you have experience writing XML data to an output file using XSLT and XPath, and asks for your help improving the display of his data.
-Jeremy has been asked to create an output document written in HTML5, but is not sure how to insure the final file will meet this requirement. Which output element do you suggest he use to generate a file that will conform to valid HTML5 standards?
A) <xsl:output language="html5" doctype-system="about:legacy-compat"
Encoding="UTF-8"
Indent="yes" />
B) <xsl:output language="html" doctype-system="about:legacy-compat"
Encoding="UTF-8"
Indent="yes" />
C) <xsl:output method="html" doctype-system="about:legacy-compat"
Encoding="HTML5"
Indent="yes" />
D) <xsl:output method="html" doctype-system="about:legacy-compat"
Encoding="UTF-8"
Indent="yes" />
Correct Answer:

Verified
Correct Answer:
Verified
Q47: The _ element is applied when no
Q48: XSL-FO (Extensible Stylesheet Language - Formatting Objects)
Q49: A(n) _ is a collection of styles
Q50: Set the indent attribute to yes to
Q51: A(n) predicate result element is any element
Q53: When using the sort instruction, if no
Q54: _ result elements are any elements that
Q55: Like many other programming languages, XSLT supports
Q56: One of the functions of XPath is
Q57: You can test for the presence or