I would like to use the RSS module in order to show the latest blogposts of the page.
The reason to this is that I cant manage to get the weblogs list to be presented as I want it to.
When I use the generated xml url (rss feed) for an internal weblog it wont present a nice list of blogposts.
When I use an external rss feed it works just fine. What is the difference?
I've setup a paragraph with the RSS module and I'm using the "Publish external RSS feed" settings.
In the "RSS feed link" field I've pasted the xml url I got from my weblog. (http://mydomain/Files/Filer/Weblog/rss/1.xml)
There's no problem using this XML url directly in IE7, but inside the module it seems to have problems solving it.
Following error occurs:
An error occured while attaching module (Dynamicweb.Frontend.Content)
System.NullReferenceException: Object reference not set to an instance of an object.
at Dynamicweb.RSSFeed.RSSFeedFrontend.ErrorMessage()
at Dynamicweb.RSSFeed.RSSFeedFrontend.LoadRssSafe(XmlDocument doc, XmlTextReader rd)
at Dynamicweb.RSSFeed.RSSFeedFrontend.RSSFeed(DataRow ParagraphRow, PageView Pageview)
at Dynamicweb.RSSFeed.Frontend.RSSFeed(DataRow ParagraphRow, PageView& Pageview)
at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)
Darn, this gives me headache.
//A