Multiple Choice
Which of the following if elements tests whether the context node is in the third position in the result document?
A) <xsl:if test="position() =3" />
B) <xsl:test if="position() =3" />
C) <xsl:if test="position(3) " />
D) <xsl:test if="position(3) " />
Correct Answer:
Verified
Related Questions