There seems to be a Syndic.Atom.to_xml: feed => Syndic_xml.t, but no corresponding Syndic.Rss2.to_xml.
I'd like to be able to serialize back out to a string the whole feed (or ideally even just the individual feed items). Perhaps I should be looking at some external serializing library?
There seems to be a
Syndic.Atom.to_xml: feed => Syndic_xml.t, but no correspondingSyndic.Rss2.to_xml.I'd like to be able to serialize back out to a string the whole feed (or ideally even just the individual feed items). Perhaps I should be looking at some external serializing library?