<xsl:for-each select="catalog/cd">
   <xsl:value-of select="title"/>
</xsl:for-each>