Multiple choice technology architecture

The element that extracts the value of a selected node in an XSL stylesheet is

  1. <xsl:select>

  2. <xsl:value-of>

  3. <xsl:element>

  4. <xsl:import>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The element in XSLT is used to extract the text value of a selected XML node. creates an element, imports stylesheet content, and is not a valid XSLT element.