What is the primary purpose of XSLT?
What does XSLT stand for?
What is the root element of an XSLT stylesheet?
Which element matches XML elements in XSLT?
What is the function of <xsl:value-of>?
What does <xsl:apply-templates select="book"/> do?
What is the difference between <xsl:call-template> and <xsl:apply-templates>?
What is the purpose of <xsl:with-param>?
How do you define a named template in XSLT?
What does <xsl:sort select="@price"/> do?
What is one key feature of XSLT 2.0 over 1.0?
What is the main purpose of recursion in XSLT?
Which function is used in XSLT 2.0 to tokenize a string?
What is grouping in XSLT?
Which method is used for grouping in XSLT 2.0?