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?