(Choose 1 answer)
Which of the following is a invalid way to use the xsl:output element:
A. <xsl:output method='text' indent='no'/>
B. <xsl:output method='xml' indent='no'/>
C. <xsl:output method='html' indent='no'/>
D. <xsl:output method='http' indent='no'/>