‘Parse RSS and Atom feeds in Python. 3000 unit tests. Open source.’ Mark Pilgrim’s feed parser goes to enormous lengths to extract useful information even from malformed files that would break normal XML parsers. Of course, by doing this it violates the first rule of XML parsing, but given that you often don’t have control over the code generating the feeds you want to consume, this is pragmatically the only way to a job done.
generating and publishing RSS and Atom feeds. The core ROME library depends only on the JDOM XML parser and supports parsing, generating and converting all of the popular RSS and Atom formats.
The goal of the Informa Project is to provide a news aggregation library based on the Java Platform. The idea was born by the authors of two Java news reader applications (HotSheet and Risotto). We intended to unify the common parts into a library which c
Google FeedServer is an open-source Atom Publishing provider based on the Abdera Framework. Google FeedServer has chosen to implement simple backend data adapters that allow the developer to quickly deploy a feed for an existing data source such as a db