Multiple Choice
George is developing an XSLT style sheet to display data from research surveys. The structure of the surveys.xml file is shown in the accompanying figure. He comes to you for assistance in preparing the final file.
-One of George's research associates has created a style sheet named surveyfunctions.xsl containing functions that will be used in displaying the survey data. Which of the following shows the correct code George should enter in his new style sheet to allow him to use the functions in the surveyfunctions.xsl file?
A) <xsl:include uri="surveyfunctions.xsl" />
B) <xsl:apply-templates select="surveyfunctions.xsl" />
C) <xsl:include href="surveyfunctions.xsl" />
D) <xsl:copy-of select="surveyfunctions.xsl" />
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Many of the XPath functions work with
Q11: Named templates can be used to store
Q12: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" Helena is studying
Q13: Which of the following shows the correct
Q14: A(n) recursive template is a template that
Q16: If you are concerned about name conflicts
Q17: To set the value of a template
Q18: Which of the following shows the correct
Q19: Which of the following shows the correct
Q20: The _ function is an XSLT 1.0