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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: