Additionally, a new feature on xsl:value-of (XSLT 2.0) allows a direct output of items as a delimited list with the help of the "separator" attribute:
<xsl:value-of select="color" separator=", "/>
Sponsored By: