Hi Again.
Seems like the “News Feed Style Sheet” option is changed to “XSL Transformation?
And that it is as a Module setting option only, rather than individual feed settings?
I also found the files: Default, Ticker and VScroll.xsl??
Could I also assume that the RSS 0.91 is gone today, leaving us with 2.0 – or maybe later version?
The below is features I can’t find in my 4.0 News Feed Module?
1. Under News Feed Style Sheet, select “Link Type: File (A File On Your Site)”
2. Click on Upload New File
3. Upload the new XSL file
4. Click on Update
And the following is the News Feed 4.0 Default.xsl.
<xsl:for-each select="channel/item[position()<=$ItemsToShow or $ItemsToShow<1]">
<p class="DNN_News_ItemLink">
<a href="{link}" target="_main">
<xsl:value-of select="title"/>
a>
p>
<xsl:if test="$ShowItemDate='true'">
<p class="DNN_News_ItemDate">
<xsl:value-of select="pubDate"/>
p>
xsl:if>
<xsl:if test="$ShowItemDetails='true'">
<p class="DNN_News_ItemDetails">
<xsl:value-of select="description" disable-output-escaping="yes"/>
p>
xsl:if>