Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsNews FeedsNews FeedsHTML and other junkHTML and other junk
Previous
 
Next
New Post
1/24/2006 3:22 PM
 

I seem to be haivng some of them same problems that others have had with RSS feeds displaying tags instead of fomatted content and I have tried the mentioned solutions. Can someone tell me if they can make this one work for them? There are two links for feeds on the page listed below.

tnx.

http://www.emsnetwork.org/artman/publish/article_4543.shtml

 
New Post
1/26/2006 5:10 PM
 

The keys to rendering these types of feeds is in the transformation.  For example, I picked the feedburner link, and put together a simple xsl to render just the items.  It works fine for what it is, and you could do more with it, but you get the general idea.  You might have to play with it a bit if you cut'n'paste from here.  Sometimes things don't render like they should, but I've got it working on a DNNv3.2.0 test site.  Good Luck.

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="xsl"
 xmlns:dc="http://purl.org/dc/elements/1.1/">
<xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/>
<xsl:template match="/">
 <div>
  <xsl:apply-templates select="rss/channel"/>
  </div>
</xsl:template>
<xsl:template match="rss/channel">
  <xsl:apply-templates select="item"/>
</xsl:template>
<xsl:template match="item">
  <xsl:variable name="item_link" select="link"/>
  <xsl:variable name="item_title" select="description"/>
<div class="rssItemDescription">
 <xsl:value-of select="description" disable-output-escaping="yes"/>
</div>
<div class="rssItemSub">
 (<xsl:value-of select="pubDate"/>) <hr/> 
</div>
 </xsl:template>
</xsl:stylesheet>

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsNews FeedsNews FeedsHTML and other junkHTML and other junk


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out