-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Milestone
Description
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).