You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
horrabin edited this page Mar 30, 2015
·
7 revisions
HORRORss is a set of Java classes to parse RSS files. It works with simple objects (POJOs) which represents the main items of RSS files like "channel", "image", and "item".
Features
Ease to use
RSS 0.9x compatible
RSS 1.0 compatible
RSS 2.0 compatible
Atom compatible
Cache system
Dependencies
It requires Sparta-XML, a light-weight XML parser based on XPath.