Cumulus / Syndic

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

Support extended RSS 2.0 ? #69

Open zoggy opened 8 years ago

zoggy commented 8 years ago

Hello,

A RSS 2.0 document can be extended with additional information as described here: https://cyber.law.harvard.edu/rss/rss.html#extendingRss

Are there plans to support it in Syndic ?

(OCaml-RSS supports it by having an additional data : 'a field in channels and items; these are filled if the programmer provides functions to map additonal XML nodes to values; see http://zoggy.github.io/ocamlrss/refdoc/Rss.html).

dinosaure commented 8 years ago

May be it's same as #66, relaxing parsing and add custom field in the record with non-specified tag by the standard. So, I add that in my TODO :) !

Thanks.