@adam Did you know that http://feed.nashownotes.com/rss.xml stopped updating in early June? Was this accidental?
@darrenoneill @adam Yes however the developer says since the XML will not vaildate anymore the application will not get the updates from the feed.
@adam @darrenoneill @Genen I've found a solution to the problem that will allow the application to work with only minor changes to the feed's XML file.
1. Declare the itunes and podcast name spaces in the root tag.
2. Replace all uses of the ampersand character with word and.
3. Replace all uses on &ndsp; with and actual space character.
With these changes the XML will validate correctly and the application work again. I've tested this solution by hosting the feed's XML file myself.