	OCaml-RSS

*** What is OCaml-RSS ***
OCaml-RSS is a library to parse RSS 2.0 files (which are XML files) and
build a structure representing the document.
Some functions are also provided to print RSS documents from the
structure.

The parser tries also to parse some RDF files, but many fields of
these RDF files are not taken into account.

Some fields are still missing, and convenient functions will be added
in the future. Comments are welcome.

Thanks to Gerd Stolpman, Patrick Doane and Nicolas George for their
code to manage dates, from ocamlnet.

*** Installation
See the INSTALL file for the compilation and installation procedure.

*** Author ***
Maxence Guesdon <maxence.guesdon@inria.fr>
