views:

146

answers:

2

I have a Yahoo! Pipe that attempts to transform an HTML page into RSS, but the resulting feed contains no items. For each entry I've parsed these elements:

  • link (permalink)
  • title (HTML title)
  • description (HTML entry)
  • guid (segment of the permalink)

Various tutorials led me to add these:

  • dc:creator ("Doug")
  • y:id.value (permalink)
  • y:published (w/ date attributes generated from text like "3 days ago")

If you edit source and highlight Pipe Output, the debugger shows 5 entries with these elements/attributes intact.

What am I missing?

A: 

That is vexing! By tweaking it a bit to do "emit results" in the "Loop" operator box I managed to get a feed with 5 items, but it only contained the item.guid for some reason.

Your feed is valid though (not that hard considering there's no elements) according to http://feedvalidator.org.

I tried removing some of your components but my changes did not help.

By the way, crazy nuts that they kill Yahoo360 blogs in favor of the feedless Yahoo Profile blogs. Oh, and I like Douglas Crockford too. :-)

artlung
A: 

Have you considered using a service like page2rss

pihentagy