XSL stylesheet 3

<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:include href="id3.xsl"/>
<xsl:template match="CCC">
<H3 style="color:{.}">
<xsl:value-of select="."/>
</H3>
</xsl:template>
</xsl:stylesheet>