1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
2 <!-- Edited with XML Spy v4.2 -->
3 <xsl:stylesheet version=
"1.0"
4 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
5 <xsl:template match=
"/">
8 <h2>My CD Collection
</h2>
10 <tr bgcolor=
"#9acd32">
11 <th align=
"left">Title
</th>
12 <th align=
"left">Artist
</th>
14 <xsl:for-each select=
"catalog/cd">
16 <td><xsl:value-of select=
"title"/></td>
17 <td><xsl:value-of select=
"artist"/></td>