>>syllabus

XSLT Conditional Expressions

Write and XSLT stylesheet to transform artists.xml to an HTML list. You may start from this template: xslt_template.xsl. Your output should look something like this: artists.html. Feel free to add your own CSS styling the document.

Use <xsl:choose>, <xsl:when>, and <xsl:otherwise> to test the value of the item/@country attribute. In your HTML, use CSS to set the color of the artist name as follows:

Submit your assignment as a .zip file in Canvas.