Top "Rss" questions

Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

XML parsing : Reading CDATA

<item><title>this is title</title><guid isPermaLink="true">http://www.i.…

c# windows-phone-7 rss xml-parsing cdata
RSS Feed parser library in Java

Is there any Java helper utils/libraries available for parsing Rss/Atom feed? I checked RSSUtils but it looks like …

java parsing rss feed
strange string on xml (&#8230;)

I see that some rss on xml have strange strings. For example, ... is &#8230;. What is this? And why? Its …

xml rss cdata
Difference between description and content:encoded tags in RSS2

What is the difference, if any, between the <description> tag and the <content:encoded> tag in …

xml rss feed rss2
get RSS feed into php array - possible?

I want to parse an existing RSS feed from another website with php and then store certain parts of it …

php rss
Google Chrome rendering XML as text for RSS feed

I have this script to generate an XML file for an RSS feed. Works great in every browser except Chrome. …

php xml rss google-chrome
RSS feed parser library in Python

I am looking for a good library in python that will help me parse RSS feeds. Has anyone used feedparser? …

python rss feedparser
Is there a decent alternative to Yahoo Pipes?

Pipes is being very buggy lately and has stopped saving new pipes these days. Google Mashup Editor and Microsoft Popfly …

xml rss feed yahoo-pipes
How can I apply my CSS stylesheet to an RSS feed

On my blog I use some CSS classes which are defined in my stylesheet, but in RSS readers those styles …

css rss blogs
How do I make an RSS/Atom feed in Rails 3?

I'm pretty new to Rails 3, and I'm trying to make an RSS/Atom feed. I know about auto_discovery_link_…

ruby-on-rails rss ruby-on-rails-3