The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
57 views

Generating an RSS with syndication framework utilizing the <guid> </guid> tags

I was searching through stackoverflow for a way to create a rss feed and stumbled upon a snippit of code which fits my critera perfectly, see: Adding link for reference: My data is nearly ...
0
votes
1answer
13 views

How to identify nonpubsub feeds using SyndicationFeed class in C#

I have so many RSS and atom feed urls. I am using SyndicationFeed class for reading content of these feeds. After viewing page source we can identify, because every feed with pubsubhub feature always ...
0
votes
2answers
35 views

What's the best way to syndicate content of a classified website: XML, Javascript, other?

I'm working on a central classified website where dealers will enter their ads. This server will run PHP/MySQL. I want dealers to be able to retrieve their ads to display on their own website as well. ...
0
votes
0answers
24 views

Requesting non-default number of items in RSS document

Is there a standard way to request other/more than a default number of (say, typically 10) items to be included in a RSS document as returned from a web feed/server. For instance do some/most web ...
0
votes
0answers
25 views

Connect to GeoRSS Service - C# - Syndication - WCF

I created a Service where I want to provide some Geodata as GeoRSS. Well I created the service but dont really know if I also published my GeoRSS via this service (when connecting to the URL I got ...
0
votes
0answers
24 views

Use Syndication in project

I Want to make an application such as Feed Reader in c# i want to get Feed from any site and and store in database. Rss and Atom are popular Feeds format.i want to write parser for Feed.but when ...
0
votes
0answers
18 views

How can I syndicate a whole page (not RSS) for external websites I don't control?

I have a Drupal site that contains wholesale industrial product info that I'd like to make available for clients to display on THEIR retail websites (right now, they manually put our products in their ...
0
votes
1answer
51 views

Retrieve a Link to Blogger Post based on Post ID using SyndicationItem

I'm trying to retrieve using Windows.Web.Syndication and a Blogger ATOM feed, the link of a post. The example I've seen from another feed reader (not using Blogger though) uses a SyndicationItem id ...
0
votes
0answers
149 views

SyndicationItem get custom tags/elements

I had a look at this post but it didnt really help me out here Reading non-standard elements in a SyndicationItem with SyndicationFeed I got a rss feed similar to this with additional elements like ...
0
votes
2answers
292 views

SyndicationFeed RSS Reader pubDate: error was encountered when parsing a datetime value

I'm developing simple C# application which will present rss feeds. I have problem reading rss feeds from some web pages. The problem comes when parsing pubDate: Error in line 1 position 829. An error ...
0
votes
0answers
49 views

SyndicationFeed Class workaround

I use SyndicationFeed Class to read some RSS feeds. If the RSS feed has some format errors (that we can validate here http://validator.w3.org/appc/ ) then Syndication Class method Load(XmlReader) ...
0
votes
1answer
48 views

GAE MapReduce Huge Query

Abstract: Is MapReduce a good idea when processing a collection of data from the database, instead of finding some answer to a somewhat complex (or just big) question? I would like to sync a set of ...
0
votes
0answers
163 views

ASp.net MVC create RSS but i cant subscribe to it

hi i was found this amazing post for creating rss feeds http://damieng.com/blog/2010/04/26/creating-rss-feeds-in-asp-net-mvc and i liked the approach, create a FeedResult that inherit from action ...
0
votes
1answer
350 views

How to extract info out of html in C#?

Could anyone please teach me to extract info out of html in C#? I'm working with WinRT class library in C#. I want to extract the main content and image out of ...
0
votes
1answer
187 views

how clear client cached images embedded in Web feed items being updated

I am publishing Web Feeds containing charts embedded in the feed items in form of pictures and returned to the client polling the web feed using a MVC action, /RSS_Img/filename. Some of the charts ...
0
votes
1answer
175 views

How to efficiently check if a result set changed and serve it to a web application for syndication

Here is the scenario: I am handling a SQL Server database with a stored procedure which takes care of returning headers for Web feed items (RSS/Atom) I am serving as feeds through a web application. ...
0
votes
1answer
291 views

How to open an article of the RSS feed in a new form?

Do you know what to add to the code to open desired article from the RSS feed. In a new form. In a new form I should get Title and Content of the article, Image is optional Here is my code where ...
2
votes
1answer
317 views

SyndicationFeed AttributeExtensions namespace prefix

I'm adding some custom iTunes podcast tags to a RSS Feed. feed.AttributeExtensions.Add(new XmlQualifiedName(itunesPrefix, "http://www.w3.org/2000/xmlns/"), itunesNs); ...
1
vote
3answers
649 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
531 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. ...
3
votes
1answer
606 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 ...
2
votes
2answers
1k 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 ...
2
votes
1answer
1k 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 ...
0
votes
0answers
412 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
1answer
202 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: ...
1
vote
5answers
774 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
1answer
2k 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 ...
2
votes
1answer
256 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 ...
3
votes
1answer
1k 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 ...
1
vote
2answers
109 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 ...
0
votes
1answer
23 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
594 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
48 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
427 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
238 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 ...
1
vote
0answers
145 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 ...
0
votes
3answers
135 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
167 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
70 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
510 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 ...
2
votes
2answers
88 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?
0
votes
1answer
214 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 ...
4
votes
1answer
244 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
529 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 ...
0
votes
1answer
56 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 ...
2
votes
2answers
3k 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 !? ...
1
vote
5answers
3k 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 ...
0
votes
2answers
678 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 ...
1
vote
1answer
1k 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
1k 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 ...

1 2