Multiple Choice
Helena is studying functional programming, using the drawImages template shown in the accompanying figure as an example. She comes to you for help in learning the key features of functional programming.
-Helena has heard that every recursive function function must call itself employing the change of state. In the drawImages template, you explain to her that this call is represented by the code _____.
A) <xsl:call-template name="drawImages">
B) <xsl:with-param name="imgFile" select="$imgFile" />
C) <xsl:if test="$imgCount > 0">
D) <xsl:template name="drawImages">
Correct Answer:

Verified
Correct Answer:
Verified
Q7: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" George is
Q8: When using the document() function, you must
Q9: The _ element includes the contents of
Q10: Many of the XPath functions work with
Q11: Named templates can be used to store
Q13: Which of the following shows the correct
Q14: A(n) recursive template is a template that
Q15: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" George is
Q16: If you are concerned about name conflicts
Q17: To set the value of a template