Style Sheets can be quite complex
<xsl:template match="SONG">
<h1><xsl:value-of select="TITLE"/> by the
<xsl:value-of select="ARTIST"/></h1>
<li>Length: <xsl:value-of select="LENGTH"/> </li>
<li>Producer: <xsl:value-of select="PRODUCER"/> </li>
<li>Publisher: <xsl:value-of select="PUBLISHER"/> </li>
<li>Year: <xsl:value-of select="YEAR"/> </li>
<xsl:apply-templates select="COMPOSER"/>
file://examples/styledhotcop3.xml