I could do that with Yahoo Pipes, but I don't know if it is possible with YQL.
Asked
Active
Viewed 286 times
6
-
HTML into RSS? What would that look like? I'm having a hard time imagining this. – Pekka Jan 16 '11 at 19:42
-
@Pekka In Yahoo Pipes you split the HTML using delimiters, for each item you use regular expressions to determine which parts will be the title, link and content of each RSS entry – Jader Dias Jan 16 '11 at 19:45
-
@Pekka so far I could only split HTML using YQL using the DOM structure, but I couldn't generate a RSS from those items yet – Jader Dias Jan 16 '11 at 19:46
-
What a pity! I am looking for the same feature in YQL. This is what I've found so far http://faq.netvibes.com/knowledgebase/articles/373281-how-do-i-track-updates-from-a-site-that-doesn-t-pr – test30 Jan 05 '16 at 15:32
1 Answers
2
YQL produces XML or JSON output. So you would need some other agent to transform either of those formats to RSS.

hapdaniel
- 36
- 1