Solved

Which of the Following If Elements Tests Whether the Context

Question 47

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions