1
vote
0answers
42 views
Fixing Broken RSS feed, duplicate items via “pubDate”
I am trying to subscribe to an RSS feed for a fighter's history via MixedMartialArts.com, but this particular website updates the pubDate for each of the fights, causing duplicates …
4
votes
3answers
196 views
Linking to full category pages using the category tag in RSS 2.0
Using the category tag in RSS 2.0:
<category domain="http://mysite.example.com/tags">
Science and Technology
</category>
How would I provide an additional URL to …
0
votes
1answer
30 views
ASP.NET MVC + REST SDK + Atom Feeds + Outlook 2007 formatting
I used the ASP.NET MVC REST SDK for building atom feedS for our exception logging dashboard and it worked perfect.
When creating the syndication content, I used CreateHTMLContent …
2
votes
1answer
240 views
How To Add A SyndicationElementExtension To A SyndicationItem
Using the .NET System.ServiceModel.Syndication classes...
I would like to add a new SyndicationElementExtension to a SyndicationItem that will export the following XML:
<media …
5
votes
2answers
400 views
Best implementation for a rss feed in C# (ASP.net)
The thing I have a web app (asp.net) which needs to have a feed. So I used the System.ServiceModel.Syndication namespace to create the function that creates the 'news'. The thing …
3
votes
1answer
146 views
Strengths and Weaknesses of Atom vs. RSS [closed]
Possible Duplicate:
RSS or ATOM to syndicate content?
I'm about to implement some syndication feeds for a web application I'm working on. I've worked with RSS previously, …
1
vote
1answer
93 views
django syndication: how to send a queryset containing all feeds to a template
I'd like to display all available feeds on one page, but I don't want to hard code each feed. Something like sending in a queryset of feeds would be perfect, like:
{% for feed in …
2
votes
2answers
194 views
How can I add line breaks to the serialized output of a SyndicationFeed object?
I'm using the SyndicationFeed class to generate an Atom feed and an Atom10FeedFormatter to serialize it. I'd like to be able to add line breaks between the elements when the file …
0
votes
1answer
101 views
How Can I expose RSS Syndication Feed through WCF Web Service to JQuery client
I wanto to build a WCF service that read RSS Syndication Feed (.NET 3.5 SP1). Then I want to consume the wcf service using JQuery in a web client. Are you asking why I don't direc …
1
vote
1answer
268 views
Create ASP.NET Syndication Feeds with SqlConnection and VB.NET
This seems to be a great article by Scott Mitchell for creating syndicated feeds in ASP.NET 3.5. The problem for me is that it uses C# and Linq, which I'm not as sharp on at the cu …
1
vote
1answer
343 views
Problem with excluding namespace from XmlWriter.WriteStartElement.
Hello fellow coders,
I have a little problem that perhaps you can help me with.
I try to use the XmlWriter to write an XML-tag that looks like this (w3c feed recommendation):
&l …
5
votes
3answers
240 views
RSS or ATOM to syndicate content?
Which is best? I always produce ATOM feeds, as they seem more comprehensive, but I'm not sure which is technically better.
1
vote
4answers
108 views
Is there a non-technical reason for choosing a Syndication format?
I have a project that will need to be able to export data for feed readers. Is there a non-technical reason I should pick RSS over Atom, Atom over RSS, one of the flavors of RSS ov …
3
votes
3answers
1k views
Problems Reading RSS with C# and .net 3.5
I have been attempting to write some routines to read RSS and ATOM feeds using the new routines available in System.ServiceModel.Syndication, but unfortunately the Rss20FeedFormatt …
0
votes
1answer
182 views
Is there any defined atom syndication xml schema?
Yep, I asked it. There is no more thing to tell :)
Thanks in advance.
