It handles all RSS versions and Atom 0.3, it normalizes all info, it may lose information.
@author Alejandro Abdelnur
71727374757677
genericType, annotations, mediaType, httpHeaders, entityStream); return feed.toSynd(new SyndFeed()); }
189190191192193194195196197198199
// entries for (SyndEntry entry : feed.getEntries()) { entry.setBase(feed.getBase()); // use the feed URI base if (provider.isSubCollection(entry)) { // sub-collection SyndFeed subCollection = provider.getSubCollection(entry); if (subCollection != null) { addResponseToMultistatus(multistatus, propfind, subCollection, provider); } } else { // entry