Multiple choice technology architecture The element that extracts the value of a selected node in an XSL stylesheet is <xsl:select> <xsl:value-of> <xsl:element> <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.