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 contains a change of state that occurs when the base case has not been reached. In the drawImages template, you explain to her that the change of state is represented by the code _____.
A) <xsl:if test="$imgCount > 0">
B) <xsl:with-param name="imgFile" select="$imgFile" />
C) <img src="{$imgFile}" alt="" />
D) <xsl:with-param name="imgCount" select="$imgCount - 1" />
Correct Answer:

Verified
Correct Answer:
Verified
Q26: If you place the _ element at
Q27: The copy element under XSLT 2.0 also
Q28: _ is the process by which a
Q29: The copy-of element is similar to the
Q30: _ programming relies on the evaluation of
Q32: White space nodes are nodes that contain
Q33: An important task is to combine, or
Q34: If the expression is a number or
Q35: Variables are accessed using the reference @name
Q36: The _ keyword is used to divide