Exercise 7

Building on the code that you created for exercise 6, create an XSLT stylesheet which only displays the letters in the file "collection.xml" written before 1900.

Add the criterion in an <xsl:if> element.

Answers