RSParser
RSParser copied to clipboard
Parser for RSS, Atom, JSON Feed, RSS-inJSON, OPML, and HTML.
Hi there, I just stumbled upon a feed that uses chars in the range \0x01 - \0x1F (CDATA description). Although libxml2 isn't supposed to handle this, RSParser will break early...
See this page: http://microformats.org/wiki/Main_Page Scroll down to “rel microformats”
`` tags are most often present in `` tags. If such a tag is present in an Atom entry and the content is formatted as XHTML, the entry shows up...
I finally got my hands on investigating why NetNewsWire has problems with dates produced by ruby rss library. Problem is that dates will be produced with 6 digits for second...