feedparser-clj icon indicating copy to clipboard operation
feedparser-clj copied to clipboard

Readme example rss feed broken.

Open LoganGirard opened this issue 8 years ago • 0 comments

Trying to run the example command (parse-feed "http://gregheartsfield.com/atom.xml")

throws following error:

SAXParseException The element type "hr" must be terminated by the matching end-tag "". com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException (ErrorHandlerWrapper.java:203)

I've verified that other feeds work as expected.

LoganGirard avatar Jun 06 '17 08:06 LoganGirard