Which among the following XSLT code sorts the XML data on the element artist in descending order?

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter9: Getting Started With Javascript: Creating A Countdown Clock
Section: Chapter Questions
Problem 1CP2
icon
Related questions
Question
What’s the correct answer
Which among the following XSLT code sorts the
XML data on the element artist in descending
order?
· a. <table>
<xsl:for-each select="catalog/cd">
<xsl:sort select="artist“ />
<tr><td><xsl:value-of select="title"/:
</xsl:for-each>
</table>
b. <table>
<xsl:for-each select="catalog/cd">
<xsl:sort select="artist“ order="descen
<tr><td><xsl:value-of select="title"/
</xsl:sort>
</xsl:for-each>
</table>
• C. <table>
<xsl:for-each select="catalog/cd">
<xsl:sort select="artist“ order="ascend
<tr><td><xsl:value-of select="title"/:
</xsl:for-each>
</table>
d.
<table>
<xsl:for-each select="catalog/cd">
<xsl:sort select="artist“ order="descen
<tr><td><xsl:value-of select="title"/
</xsl:for-each>
</table>
Transcribed Image Text:Which among the following XSLT code sorts the XML data on the element artist in descending order? · a. <table> <xsl:for-each select="catalog/cd"> <xsl:sort select="artist“ /> <tr><td><xsl:value-of select="title"/: </xsl:for-each> </table> b. <table> <xsl:for-each select="catalog/cd"> <xsl:sort select="artist“ order="descen <tr><td><xsl:value-of select="title"/ </xsl:sort> </xsl:for-each> </table> • C. <table> <xsl:for-each select="catalog/cd"> <xsl:sort select="artist“ order="ascend <tr><td><xsl:value-of select="title"/: </xsl:for-each> </table> d. <table> <xsl:for-each select="catalog/cd"> <xsl:sort select="artist“ order="descen <tr><td><xsl:value-of select="title"/ </xsl:for-each> </table>
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning