<xsl:template match="rss">
<!-- Do not show channel image -->
<xsl:for-each select="channel/item">
<xsl:if test="position() < 5">
<br>
<!-- to open links in a new window, change target="_main" to target="_new" -->
<strong><a style="color:#800000; text-decoration:none" href="{link}" target="_main"><xsl:value-of select="title"/></a></strong><br></br>
<!-- only display markup for description if it's present -->
<xsl:value-of disable-output-escaping="yes" select="substring(description,0,100)"/>...
</br>
<br></br>
</xsl:if>
</xsl:for-each>
</xsl:template>
<xsl:template match="description">
<br>
<xsl:value-of select="."/>
</br>
</xsl:template>
</xsl:stylesheet>
--------------------------------------------------------------------------------
www.profitimo.com - Free SEO Report for your site!