↧
Answer by Tomalak for Styling RSS feed using XSLT, issues with CDATA tags
Try not to use <xsl:for-each>. Code becomes more clearly arranged when you rely on <xsl:template> and <xsl:apply-templates>.Also try to use CSS classes and remove the inline style...
View ArticleStyling RSS feed using XSLT, issues with CDATA tags
I am styling an RSS feed but having an issue with the following part:<description><![CDATA[<img src="http://l.yimg.com/a/i/us/we/52/34.gif"/><br /> <b>Current...
View Article