Solved

Hue Is Developing an XSLT Style Sheet to Display Data

Question 59

Multiple Choice

    Hue is developing an XSLT style sheet to display data from a research survey. The structure of the surveys.xml file is shown in the accompanying figure. She comes to you for assistance in preparing the final file. -Hue would like to display the value of the date element in her result document. Which of the following do you tell her shows the correct code to use to display this information? A)  <xsl:value-of select= surveys/survey/date  /> B)  <xsl:select value-of= surveys/survey/date  /> C)  <xsl:value-of select= date  /> D)  <xsl:select value-of= date  />  
Hue is developing an XSLT style sheet to display data from a research survey. The structure of the surveys.xml file is shown in the accompanying figure. She comes to you for assistance in preparing the final file.
-Hue would like to display the value of the date element in her result document. Which of the following do you tell her shows the correct code to use to display this information?


A) <xsl:value-of select="surveys/survey/date" />
B) <xsl:select value-of="surveys/survey/date" />
C) <xsl:value-of select="date" />
D) <xsl:select value-of="date" />

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions