For this XSLT fragment
<xsl:template match = "/" >
What does the value of the match attribute select?
OPTIONS...
All descendants of the root node
The root node
The root node and all its descendants
For this XSLT fragment
<xsl:template match = "/" >
What does the value of the match attribute select?
OPTIONS...
All descendants of the root node
The root node
The root node and all its descendants