Tagged Questions
The syndication tag has no wiki summary.
11
votes
5answers
5k 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 Rss20FeedFormatter bombs out on ...
11
votes
3answers
601 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.
7
votes
3answers
1k views
Best implementation for an 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 is it executes ...
7
votes
2answers
2k views
Is there any defined atom syndication xml schema?
Yep, I asked it. There is no more thing to tell :)
Thanks in advance.
5
votes
2answers
2k 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:thumbnail ...
4
votes
3answers
387 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 the page that shows ...
4
votes
1answer
112 views
How does the syndication part of RSS work?
I understand how to make an RSS file. The XML for it is simple enough. But do I have to anything special for updates to get distributed or do I just need to update the file periodically and the rest ...
4
votes
2answers
320 views
RSS Item updates
I'm working on an RSS feed for a custom tasking system we use, and I'm still wrapping my head around how things should work. What I want to have is a feed for each user that shows tasks assigned to ...
3
votes
2answers
879 views
How to display content of one site in another using PHP?
I'm trying to show contents of two websites in one another , someone suggest me to use RSS reader but my question is :
is there anything else i could try to show the contents , beside using rss !?
...
3
votes
2answers
1k views
Creating an RSS feed in ASP.NET 3.5
How would you create an RSS feed in ASP.NET 3.5 using C#?
What framework pieces would help in making the publishing of an RSS or Atom feed easier for the .NET developer?
Are there any extra ...
2
votes
1answer
123 views
How to get override the WP Admin Syndication feed limit for a custom feed?
I need to override the setting in the WP Admin for the number of recent posts in the Syndication settings under General -> Admin.
I'm using the following code, which gets all posts, but I don't need ...
2
votes
1answer
360 views
How to create a SyndicationFeed with a custom namespace
How can I generate Atom Feed which will contain the namespaces displayed in the image below? All the nodes of the Atom feed have to start with "a:".
Here is what I am doing right now, however it ...
2
votes
2answers
71 views
Are RSS and Atom sufficient for publication and syndication, or should I investigate a third option?
For web feeds we all know of RSS and Atom, but is that it? Isn't there a third option?
If not, why? Are RSS and Atom more than qualified to meet today's demand to distribute information?
2
votes
1answer
254 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 every time the ...
2
votes
1answer
184 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 feeds %}
{{ ...
2
votes
2answers
1k 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 current time.
...
2
votes
2answers
427 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 gets written to ...
1
vote
1answer
49 views
Good resource for the ATOM and RSS specification?
I've been trying to find the "official" documentation for ATOM and RSS so I can program against it. The problem I'm running into is that there are a lot of places that includes parts but never the ...
1
vote
0answers
134 views
How to read a image url from a rss with syndicationfeed
how to get the image url? supposing that the tag is
<media:thumbnail url="http://img.youtube.com/vi/y6_-cLWwEU0/default.jpg" width="120"
height="90" />
using syndicationitem in ...
1
vote
1answer
364 views
Syndication RSS Reader fails because of invalid XML?
I have written a piece of code which uses System.ServiceModel.Syndication library to parse RSS feeds.
The problem is that for one of my feeds (which is provided by facebook) I get the following line ...
1
vote
4answers
89 views
Public holiday syndication / feed / service
My organisation is very SOA focused at the moment and we've run into a need for a centralised source of public holiday information. We're primarily an Australia company and need to get holidays by ...
1
vote
2answers
61 views
How RSS syndication works?
I have created rss.xml file and placed it in the root folder of my site. As of now I am using Google reader to check if I am getting appropriate updates or not.
The problem is I am not getting ...
1
vote
0answers
89 views
XML error: SYSTEM or PUBLIC, the URI is missing
I get this error trying to fetch my rss feed using wordpress syndication (FeedWordPress).
In apache logs there are no records about trying to fetch it.
Looks like wordpress ignores it.
Url to my rss ...
1
vote
0answers
127 views
SyndicationItem.Content in .NET
Is there a reason I can get the Summary but not the Content of a SyndicationItem. I am looking for the entire post. It appears that it depends on how the RSS feed is configured. Is this true?
Can I ...
1
vote
1answer
310 views
Question on SyndicationItem - ASP.NET
I am trying to understand how to use SyndicationItem to display feed which is RSS 2.0 or Atom compliant.
What property of SyndicationItem gives me the entire description of the post. It appears that ...
1
vote
4answers
1k views
The type or namespace name 'Syndication' does not exist in the namespace 'System.ServiceModel' After updating to VS2010
i get the following error when trying to compile my asp.net site after updating the project from vs2008 to vs2010
The type or namespace name 'Syndication' does not exist in the namespace ...
1
vote
3answers
120 views
Is there a clean way to determine RSS version?
Is it possible to determine the feed type and version in a way so that you can make sure that you have the correct version. At the lowest level so to speak. Namespaces is an obvious approach, but its ...
1
vote
1answer
1k views
Problem with excluding namespace from XmlWriter.WriteStartElement
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):
<atom:link href="http://localhost" ...
1
vote
4answers
134 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 over another or ...
0
votes
0answers
52 views
While parsing RSS feed through Rome getting Content is not allowed in prolog
Using Rome API to parse the RSS feeds I am getting this error :
com.sun.syndication.io.ParsingFeedException: Invalid XML
at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:210)
...
0
votes
1answer
104 views
C# Change Namespace Prefix on Root Node of SyndicationItem
Not even sure if I'm asking the right question, but here it goes. Basically because of a lack of support of the WCF DS client for "OData deep inserts" I'm having to manually build up an Atom request. ...
0
votes
0answers
152 views
Sun syndication (Rome) exception
I'm developing a Confluence plugin and using the com.sun.syndication package to parse RSS. I got an exception. Has anybody met with similar?
Caused by: java.lang.ClassCastException: ...
0
votes
0answers
48 views
Save SyndFeed in Android
I am building a RSS reader for my android application. I decided to use the rome-feed-reader as described on:
...
0
votes
1answer
69 views
django syndication feed framework: adding CSS to RSS
Adding CSS to RSS is quite simple as shown in here: http://www.petefreitag.com/item/208.cfm
Creating RSS is simple with django too as documented in here: ...
0
votes
1answer
120 views
RSS feed: how to recommend an update interval?
When publishing an RSS feed, is there some attribute in the XML that can be used to recommend the update interval/frequency?
And if its not part of the standard, is there some generally recognised ...
0
votes
1answer
21 views
Should a new app be created to handle syndication of a blog?
The blog is simple. I just make posts with text and pictures. That being the case, I'm wondering if it is best to put my Feed class in the models.py of my blog app, or create a new app specifically ...
0
votes
1answer
226 views
How does one expose a WCF Syndication Service Library for URL access?
Using VS 2010, I've created a WCF Syndication Service Library, that debugs fine--browser shows the feed I created and everything.
The problem is: I published this service library to IIS 7 on Server ...
0
votes
2answers
43 views
I want to start a site that syndicates other news. Which CMS is most appropriate
Heres what I am trying to to:
I want to create a site which allows me to syndicate news from all over the web. I want this to be able to be categorized and possibly tagged.
The process:
I find an ...
0
votes
2answers
192 views
Django RSS feed
I am trying to develop a simple site that:
1- Automatically fetch from my db the 5 latest entries. Entries are news headline titles that I input manually.
2- display these entries on a simple ...
0
votes
3answers
167 views
Different results for the same RSS feed fetching from different user agents
If I add a feed URL to Google Reader or to a desktop feed aggregator, I receive nice results. The URL is:
http://estaticos03.marca.com/rss/futbol_1adivision.xml
But when I fetch the same URL from a ...
0
votes
3answers
77 views
Drive Wordpress through external RSS
Is there any way to add RSS feeds to Wordpress itself, and have Wordpress merge your posts with the ones from the RSS feed and display them as if they were posts on the blog itself?
More importantly, ...
0
votes
1answer
133 views
Bring freshly updated content to web site
What technology can be used on my website to bring in daily fresh updated content, like News RSS feed from a famous news website,... etc?
0
votes
1answer
51 views
How to mark “seen” RSS entries?
So I have played with the idea of making a specialized RSS-reader for some time now, but I have never gotten around to it. I have several project that could benefit from reading feeds in one way or ...
0
votes
1answer
271 views
Is there a more current way to fix the error encountered when parsing a DateTime value in the XML?
As you can see in this question
http://stackoverflow.com/questions/210375/problems-reading-rss-with-c-and-net-3-5
There is a problem when trying to read some Rss Feeds that express their date ...
0
votes
1answer
137 views
How do I take an RSS feed from wordpress.com and add the newest post of the feed to another website?
I am building a static site using php files. On the index.php file, I need to dynamically pull the RSS feed of a certain wordpress.com blog. The only information I need to pull is the excerpt content ...
0
votes
1answer
40 views
RDF Usage Rates for Syndication
Is RDF still used widely for content syndication? Specifically, I know only of Slashdot as a large scale website syndicating content in that format (say versus RSS).
Understandably this might seem ...
0
votes
2answers
480 views
Twitter feed appears to be both RSS 2.0 and Atom?
I'm parsing various site feeds, and putting together a small library to help me do it.
Looking at the Atom RFC and RSS 2.0 specification, feeds from Twitter seem to be a combination. Twitter ...
0
votes
1answer
676 views
How to read “dc:creator” element from an RSS feed using System.ServiceModel.Syndication
Scenario
I am consuming an RSS feed that looks, in part, like this:
<item>
<title>Blog Title Here</title>
<link>http://blogurl.com/2010/03/23/title/</link>
...
0
votes
2answers
811 views
ASP.NET C# Write RSS feed for Froogle
I'm trying to create a RSS 2.0 feed in ASP.NET C# with products to provide to Froogle.
The RSS feed should look like:
http://www.google.com/support/merchants/bin/answer.py?answer=160589&hl=en
...
0
votes
2answers
121 views
WCF Syndication Service not found in II6
I have a WCF Syndication Service that works fine when run locally on Windows Vista or Windows 7, but when it is deployed to a Windows 2003 Server, it gets a 404 (Resource cannot be found).
Non-REST ...