pub fn parse_web_feed(xml: &str) -> Result<Blog, ParserError>
Turns an XML feed into a Blog if possible.
Blog
First tries to parse it into an RssFeed. If that fails, it then tries to parse it into an AtomFeed. If both fail, the error is set to Error1. Error2.
RssFeed
AtomFeed
Error1. Error2