1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
2 <xsl:stylesheet version=
"1.0" xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
3 <xsl:template match=
"/">
8 testRunner.dumpAsText();
12 <tr bgcolor=
"#9acd32">
16 <xsl:for-each select=
"catalog/cd">
17 <xsl:sort select=
"artist" data-type=
"text" order=
"ascending" case-order=
"lower-first" />
19 <td><xsl:value-of select=
"title"/></td>
20 <td><xsl:value-of select=
"artist"/></td>
26 <tr bgcolor=
"#9acd32">
30 <xsl:for-each select=
"catalog/cd">
31 <xsl:sort select=
"artist" data-type=
"text" order=
"ascending" case-order=
"upper-first" />
33 <td><xsl:value-of select=
"title"/></td>
34 <td><xsl:value-of select=
"artist"/></td>