WHY: each item's pubDate disappears and RSS contains only one pubDate? - rss

In Yahoo Pipes, when I view results in the edit pipe window each item has its own (different) pubDate.
When I view the raw output of the RSS in a browser pubDate is only present once, in the head.
Why is that?

Related

What is the point of an RSS item without a link, and what do I do with it?

According to the RSS spec https://www.rssboard.org/rss-draft-1#element-channel-item
An item MAY contain the following child elements: author, category, comments, description, enclosure, guid, link, pubDate, source and title. All of these elements are OPTIONAL but an item MUST contain either a title or description.
If I'm building an RSS reader, what exactly am I supposed to do with an item without a link? What even is the point of listing such an item?
Why would you assume that a link is required? Just show everything as normal, but don't have a link to anything.

Selecting what elements from an RSS feed appear in infobox on map

I have a GeoRSS feed from a Flickr set showing on a map as a KML layer and the images appear as intended in the infoboxes.
Above the image is the text 'Flickr username posted an image', which is the text from the content element of the feed item.
I would like to remove this and I'm trying to find a simple way of only showing the elements from the feed that I want in the infoboxes.
You must supress the default infoWindows and create your own.
How it works I described a couple of hours ago here (the question there is about a weatherLayer, but the workflow is exactly the same).
The contents of the cklicked item are stored in the featureData-property of the KMLMouseEvent-object, passed as argument to the click-callback. You must parse these data and create the desired content for the infoWindow.

How to retrieve image from RSS Feed Item description?

I am binding a RSS Feeds using RSS Feed Reader i need to display the image from RSS Feed Item but image is wrapped inside RSS Feed Item Description.
Does any one know how to retrieve image from RSS Feed Item description?
I am binding RSS Feed Using Classic ASP Script.
With regular expression, with a quick search i found this regexp :
Pattern must be :
src=(?:\"|\')?(?<imgSrc>[^>]*[^/].(?:jpg|bmp|gif|png))(?:\"|\')?

RSS feed only shows last item

I have an RSS reader, and it only reads the last of the 3 items, and only shows that there is one item in it... it is always like 1/1... what could be wrong with my feed?
Just had to adjust the RSS Feed layout a bit. Added times.

How to show article link and sub-feed link in an RSS feed?

I'm working on some RSS feeds for a custom task system we have. The main feed will show a list of tasks assigned to the current user. The link attribute for each task returned points to the web page for that task. However, tasks themselves have an RSS feed for updates, and I want to be able to provide a link for that RSS feed with the main feed as well. How can I do both?
The solution I'm thinking of right now is setting the article's title attribute to include an <a href="..." link to the actual article, and the it's link attribute to be a link to the feed (or vice versa). However, I'm not sure that will work well since most readers display the title as linking to the link (if that makes any sense to you).
Also, is this something that's supported natively by atom?
Make the content of each item in the original RSS feed HTML. (I believe you'll have to CDATA escape the block). Within this content put a hyperlink to the updates feed RSS.
Why not add it to the entry summary as links?

Resources