Cumulus / Syndic

RSS and Atom feed parsing
MIT License
34 stars 13 forks source link

Relaxing parsing #66

Open dinosaure opened 8 years ago

dinosaure commented 8 years ago

Don't merge, just to see.

dinosaure commented 8 years ago

Now, it's possible (only for RSS 2.0) to ignore specific elements (like <cloud>) with relaxing record. We have an example to ignore <cloud> element and <description> element in document at this link.

If you have any comment or question about the structure. It's time :+1: ! The change is too large because we must notify the type for all data (and <channel> has 22 types arguments ...). I don't know if ocaml can inferred some types and delete some constraints.

PS: we have a bug with RSS of r/ocaml