MCQs > IT & Programming > XML > Following the XML Code snippet displays the title of books made by a particular author, using XSLT for each element. The book titles are in sorted order. 1. 2. 3. 4. 5. 6. On which line will the error occur?

XML MCQs

Following the XML Code snippet displays the title of books made by a particular author, using XSLT for each element. The book titles are in sorted order.

1.<xsl:for-each select="author/books">
2.<xsl:sort select="book-title" data-type="text" order="ascending"/>
3.        <tr>
4.                <td><xsl:value of  select="book-title"/></td>
5.           </tr>
6.</xsl:for-each>
On which line will the error occur?


Answer

Correct Answer: 4

Explanation:

Note: This Question is unanswered, help us to find answer for this one

XML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

XML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it