Tagged Questions
2
votes
1answer
396 views
If This Then That (ifttt) Preserve Whitespace RSS Feed
Can anyone help me out with a method to preserve white space/line breaks in an RSS-feed-to-email ifttt task?
I have tried using xml:space="preserve", <![CDATA[ <br> ]]> and just plain ...
2
votes
1answer
206 views
Fetching category based XML Feeds
I am working on a web app for which I have to fetch RSS feeds for a specific website.
Initially I was using Yahoo pipes but later on I found Yahoo pipes can not filter feeds as per categories.
So ...