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 FeedsUpdated 04.01.00 now feed is deadUpdated 04.01.00 now feed is dead
Previous
 
Next
New Post
3/4/2011 4:18 PM
 
Hi all,

  I have been using the previous version of this moduke for a long time now and today updated to the new version. However after updating I lost all my feeds. After a little investigation I hove found if I have AJAX turned on in the settings I get a blank page. If I turn AJAX off I get the following error:

An error has occurred.
Feed errors:
Feed 'http://www.guildwars.com/newsarchive/...' could not be loaded. Error: Download error (XSLT compile error.)

I have the XSL to use a custom written XSL file and it contains the following:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:output method="html" indent="yes"/>
 <xsl:param name="ItemsToShow"/>
 <xsl:param name="ShowItemDetails"/>
 <xsl:param name="ShowItemDate"/>
 <xsl:param name="Locale"/>
 <xsl:template match="rss">
<table border="0" bordercolor="#660000">
  <xsl:for-each select="channel/item">
<tr>
<td height="32" BACKGROUND="http://www.loreofmythos2.com/Portals/0/Images/News/fader.jpg">
   <xsl:if test="$ShowItemDate='true'">
    <p class="DNN_News_ItemDate"><font face="Tahoma" size="2" color="white">
     <xsl:value-of select="substring(pubDate,1,25)"/></font>
    </p>
    <p> </p>
   </xsl:if>
</td>
</tr>
<tr>
<td>
<p class="DNN_News_ItemLink"><strong><font face="Comic Sans MS" size="4" color="yellow">
    <a href="{link}" target="_blank">
     <xsl:value-of select="title"/>
    </a></font></strong>
   </p>
<p> </p>
   <xsl:if test="$ShowItemDetails='true'">
    <p class="DNN_News_ItemDetails"><font face="Verdana" size="2" color="white">
     <xsl:value-of select="description" disable-output-escaping="yes"/></font>
    </p>
   </xsl:if>
</td>
</tr>
<tr>
<td><p> </p><hr/><br/></td>
</tr>
  </xsl:for-each>
</table>
 </xsl:template>
</xsl:stylesheet>

This had been working on the previous version of this module. Please can anyone help me as to why this is doing this. My site is running DNN 5.5.1

Thanks
 
New Post
3/5/2011 2:44 PM
 
Please can anyone help, this is now getting urgent. I need to be able to syndicate the news to my site.

This is a sample of the RSS code I am trying to feed in:

<item> 
<title>Discover Embark Beach!</title> 
<description><![CDATA[From Embark Beach, a brand new outpost in the Battle Isles, your party can travel together to any Guild Wars destination. We’ve also added a lot of improvements and features, from seven Hero parties to improved minion UI to the all new Mercenary Hero slots. It’s all part of our latest update, <a href="http://www.guildwars.com/destinationembarkbeach/">Destination: Embark Beach</a>!]]></description> 
<link>http://www.guildwars.com/destinationembarkbeach/</link>
<guid>http://www.guildwars.com/destinationembarkbeach/</guid>
<category domain="">general</category>
<pubDate>Thu, 03 March 2011 14:00:00 GMT -0700</pubDate> 
</item>

This is taken from th following address: http://www.guildwars.com/newsarchive/rss/news-current.xml
 
New Post
3/5/2011 3:25 PM
 
I have just tried to feed in the CNN news feed and this has worked. I think the issue lies in the RSS from the original site, more specifically I think the following part in red is new:
<description><![CDATA[

I think the Red part above has just been added, is there something I can do to get this to work on my site?

Thanks
 
New Post
3/5/2011 4:07 PM
 
for a single RSS feed, you may try using XML/XSL module instead of news feed.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/5/2011 4:43 PM
 
I have tried using the XML/XSL module but it will only render the Title. It will not render the date and time and the Description.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsNews FeedsNews FeedsUpdated 04.01.00 now feed is deadUpdated 04.01.00 now feed is dead


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