You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@Chris00 In this case, it's important that I keep the RSS2 format, and I'm not sure that RSS2 -> Atom -> XML -> RSS2 would actually round-trip. It would definitely work if I just used Atom, but that's not the interface I have unfortunately.
OK, I understand. I do not have much time to work on this ATM unfortunately — maybe @dinosaure has? If you cannot contribute a PR, could you at least provide a file testing all features of RSS2 so we can use it as a round trip test. Thanks.
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?
The text was updated successfully, but these errors were encountered: