Rss is a small Objective-Caml library providing functions to parse and
print RSS 2.0 files. The parser can also parse some RDF files, but some fields
are not taken into account.
There is still some work to do (add missing RSS 2.0 attributes, add convenient functions).
An additional library, Rss_gui, can be used to display and edit such files
in LablGtk2 applications. The program
ocamlrss.{x,byte} included in Cameleon uses this library to edit such files.
Documentation
The documentation generated by OCamldoc can be browsed here: Rss,
Rss_gui.